Skip to content

federico-serron/salvando-alimentos

Repository files navigation

Salvando Alimentos

Salvando Alimentos is a full-stack web app built with Python (Flask) and a touch of JavaScript/JQuery on the frontend. The project uses SQLite as the database engine and follows the MVC (Model-View-Controller) architecture.

🚀 Quick Start

Run Locally

  1. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  2. Install dependencies:
    pip install -r requirements.txt
  3. Start the backend (API):
    python Server.py
  4. Start the frontend (Web App):
    python -m web:web_server
  5. Ready! Visit http://localhost:5002 in your browser.

🐳 Run with Docker

Make sure you have Docker and Docker Compose installed. Then simply run:

docker-compose up -d

This will start both the API and the frontend automatically. Access your app at http://localhost:5002.


🌐 Try it Online

You can also try the live version at: https://salvandoalimentos.fserron.com


🛠️ Stack

  • Python + Flask (Backend & Frontend - Jinja2 Templates)
  • JavaScript & JQuery (Frontend)
  • SQLite (Database)
  • MVC Architecture

Enjoy using Salvando Alimentos! 🍏

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors