Skip to content

sebd11/FastCafe

Repository files navigation

FastCafe

Python 3.8.5 Black

Quick start

To start the app run the following:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload

Run tests

Tests can be run with:

pytest

With coverage:

coverage run -m pytest
coverage report -m

Docker

To start the application with Docker:

docker-compose build
docker-compose up

About

API for Coffee built with FastAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published