A FastAPI project built on some publicly available Tasmanian marine data
- Clone the git repo to your local device
- Navigate to the new checkout
- Install python library requirements (WARNING: Highly recommended use of a virtual environment manager before running this step to not pollute your root python install)
pip install .
- Run the server
run-marine-park-api
- Navigate to the local server: Default:
http://127.0.0.1:8000
- Docs on
http://127.0.0.1:8000/docs
- Have a play 🎉
Run the command:
pytest