The project is made using Django and Next JS with Bootstrap and SQLite database is used in the development server. The Backend has also been Dockerize with Postgred databse, Nginx and Gunicorn. To get the project started right away just the follwing commands.
Clone the Project :
git clone [repo_link]
To create API Endpoints Django REST Framework and Simple JWT are also used along with Django.
- Change the directory by typing
cd backendin the terminal and then follow the steps mentioned inside the backend folder.
- Change the directory by typing
cd frontendin the terminal and then follow the steps mentioned inside the frontend folder.


