Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 853 Bytes

README.md

File metadata and controls

38 lines (33 loc) · 853 Bytes

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