Data-driven baking application
pipenv install
pipenv run ?
pipenv run pytest
Package requirements are saved in a Pipfile
, so you will need Pipenv to install them.
pipenv install --dev
Start uvicorn development server:
pipenv run uvicorn api.main:app --reload
You should then be able to access the api:
- http://127.0.0.1:8000
- http://127.0.0.1:8000/docs - interactive api documentation
- http://127.0.0.1:8000/redoc - alternative interactive api documentation
pipenv run python -m pytest
👤 Aidan McBride
- Github: @aidan-mcbride
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Aidan McBride.
This project is GPL--3.0 licensed.
This README was generated with ❤️ by readme-md-generator