Home

Awesome

Bread App

License: GPL--3.0 Build Status

Data-driven baking application

Quick-start: user

Prerequisites

<!-- must have docker installed to run --> <!-- must have pipenv installed to develop -->

Install

pipenv install

Usage

pipenv run ?

Run tests

pipenv run pytest

Quick-start: developer

Prerequisites

Package requirements are saved in a Pipfile, so you will need Pipenv to install them.

Install

pipenv install --dev

Usage

Start uvicorn development server:

pipenv run uvicorn api.main:app --reload

You should then be able to access the api:

Run tests

pipenv run python -m pytest

Author

👤 Aidan McBride

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Aidan McBride.

This project is GPL--3.0 licensed.


This README was generated with ❤️ by readme-md-generator