Python >= 3.9.1
Django >= 3.1.5
Bootstrap 4
- Set up a virtual env with python >= 3.9.1 and activate it
- Run
pip install -r requirements.txto install the dependencies - Create
.envfile using the.env_exampleas an example. - Run
python manage.py run migrationsto run migrations and set up the database for you - Run
python manage.py run serverto start a local development server for you - Go to your browser and navigate to
127.0.0.1:8000to access the app in your browser
- To run tests, run
coverage run manage.py test - To get a coverage report, run
coverage report - If you aren't all about that, just look at the coverage badges at the top of this readme
coming soon
coming soon