To install and run our project here are the steps required:
- Update node-js and python3 to latest version.
- cd into tapp-react from project root.
- Run command: npm install.
- Run command: npm run start. This gets the webapp started.
- cd into django using command: cd ../django.
- Run command: python manage.py run server to get the API started.