This project allows for the automatic generation of Statement of Works forms, created as part of the 2020 Data Hub Firebreak week.
- Clone this repository, then create and activate a virtual environment
- Run
requirements.txt
by usingpip install -r requirements.txt
- Run the commands
python manage.py makemigrations
andpython manage.py migrate
to set up the database - Go into the
frontend
directory and runnpm install
to install the required frontend packages, then runnpm run dev
to compile them - Go back to the project root and run
python manage.py runserver
to start the project - The project is viewable at http://localhost:8000