Search engine for recipes. The website is built using the framewrork
django
and a sqlite3
database.
To install the requirements needed to deploy the project run:
pip install -r requirements.txt
Synchronize the DB first with the following commands in sequence:
python manage.py migrate
python manage.py makemigrations foodoclock
python manage.py migrate foodoclock
Run server at http://127.0.0.1:8000/ :
python manage.py runserver
To access the search engine you will need to create an account first.
python settings.py install