View the live version here: https://live-roombookings.uclapi.com/
- Clone this repository
- Run
yarnto install JS dependencies - Run
yarn devto build the frontend. Leave it running to watch for changes - Start a local redis server by running
redis-server. You must leave this running. - Run
cp .env.example .envand fill in the environment variables. (NGROK_URLcan also be a URL from a similar service like localtunnel) - Create a new python virtual environment and install python dependencies by running
pip install -r requirements.txt - Apply migrations with
python manage.py migrate - Run the server with
python manage.py runserver