Welcome to Cuisino
The name is subject to change
- The project is written in a virtual envirnoment so make sure you have pipenv installed. to do that run
pip install pipenv- run the command
pipenv installThis commands will download everything from the lock file
- To run the server run
python cuisino\manage.py runserver- Extra pip installs required
pip install django-bootstrap3
pip install pillow
pip install django
