- Backend: Django, DRF
- Frontend: React.JS
- Database: SQLite, PostgreSQL
In the project directory, to start the app:
First start Django backend by
and then
Don't forget to migrate if running for the first time by python manage.py migrate
In another terminnal hit the following command:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.