Server side is built with Django REST framework. The client side is built with React.js
- Clone repository
- Create database with appropriate settings from
server/server/settings.py
- Run
cd server && python3 manage.py migrate
- Run
cd server && python3 manage.py runserver
- Run
cd client && npm install && npm run start
- Enjoy the using
To run server with few workers use gunicorn