-
Made using React with Next-js
// To run cd ./frontend yarn dev
You can view the frontend at http://localhost:3000/
-
Made using Django
// To run backend cd ./backend pip intall -r requirements.txt python manage.py makemigrations python manage.py migrate python manage.py runserver
Visit http://127.0.0.1:8000/api/v1/ to view the backend