This repository includes the back-end for the Mosquito Alert web map. It is used to feed the data to the front-end apps.
- Clone the repo
- Create a virtual environment
- Install dependencies (
pip install -r requirements.txt
) - Run migrations (
python manage.py migrate
) - Run the development web server (
python manage.py runserver
)
The back-end includes the following key directories:
- project. Includes the project settings and the main entry point for all URLs.
- api. Includes HTTP endpoints to feed the data to the front-end.
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact