Web application for food ordering for a restaurant chain with multiple branches.
- Python 3 - Currently supported and widely used Python version
- Django - Python-based web framework that runs on a web server
- PostgreSQL - Free and open-source relational database management system
- Psycopg - PostgreSQL driver for Python
- django-environ - Python package that allows to configure environment variables
- Gunicorn - Python Web Server Gateway Interface HTTP server
- Heroku - Heroku is a cloud platform as a service supporting several programming languages
- Clone repository
git clone https://github.com/mmafrar/yummy.git
- Install dependencies
pip install -r requirements.txt
- Run the application
python manage.py runserver
- Access the application
http://127.0.0.1:8000