Technologies that I have used:
- Postgres for database(so that I can use features like ArrayField etc.)
- django and djangorestframework for rest api
To run the project:
- download and unzip the folder
- create a table named 'pratilipi2' in your postgres database. Edit username and password in database settings.
- create a virtual environment
- install all the dependencies from requirements.txt file
- run the project using usual manage.py command