Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 446 Bytes

To Run the Project

Clone the repository.
Install Pipenv if you don't have already.
Create virtualenv using pipenv.
Then install Pipenv.lock file in created virtualenv to install dependencies.
Project use postgres as database, install if you don't have already. 
Create a Database with password, user in psql shell. 
For Reference you can pick the existing names or you can change the existing names in settings.py.