Go to backend folder and run
pip install -r requirements.txt
To start the backend on port 3333, run:
python manage.py runserver 3333
The core functionalities are coded and developped in backend/core and are called in backend/api/urls.
Go to frontend and run:
npm run serve