This is a full stack, react-django project.
To test out this project:
- Clone the repository
- In the frontend folder:
- run: npm install to install the required frontend packages
- run: npm run build to make a build folder and copy it into the backend folder
- In the backend folder:
- run: python3 -m venv env
- then activate the virtual environment
- run: pip install -r requirements.txt
- In the backend/sonification folder:
- make a config file, config.py and paste the contents from config_copy to this file
- fill your new config.py file with the correct configuration details
- run: python manage.py.runserver