A tested django, react/redux web app with multi-user authentication for creating, viewing, updating, and deleting agriculture properties with an integrated Google Maps Satellite view.
- Clone this repository
- Create a
.env
file in the root of the project directory containingREACT_APP_GOOGLE_API_KEY=<your API key>
- Run
docker-compose -f docker-compose.yml up
from the root directory - Frontend is accessible on
localhost:8000
These tests are run as part of the Github Actions CI/CD process defined in .github/workflows/test.yml
A locust.io load test is run as part of the Github Actions CI/CD process defined in .github/workflows/load_test.yml