pip install -r requirements.txtTo start the web server you need to run the following sequence of commands.
Next run the django web server.
python manage.py runserverFirst cd into the frontend folder.
cd frontendNext install all dependicies.
npm iRun the production compile script
npm run buildor for development:
npm run dev