ABOUT : RECIPRY (2020) is a web application built with Django Framework that simplifies the cooking process.
INSTALLATION GUIDE
Download recipry project and run the following commands inside "recipry-main" directory :
1. Install Dependecies
sudo apt-get install python3
sudo apt-get install python3-pip
sudo apt-get install python3-venv
2. Run Application
$ source venv/bin/activate
$ python3 manage.py runserver
main page : 127.0.0.1:8000
admin : 127.0.0.1:8000/admin
u: recprydjango
p: reciprypass