Django project, where you can share your best food recipes with other or find something interesting for yourself
Python3 must be already installed
git clone https://github.com/dartomOOv/food-recipes.git
cd food-recipes
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python manage.py runserver
- Registration and login
- Rating system on recipe page
- Save & remove buttons
- Tests already written
- PGHOST, PGDATABASE, PGUSER, PGPASSWORD - for linking to the PostgreSQL database
- SECRET_KEY - for securing signed data
- DEBUG - to run the server with or without debug on (True/False)