Cookiecutter template for osparc-simcore's services based in fastapi.
- git
- python >=3.6
pip install cookiecutter
- docker
To generate a new cookiecutter template layout just type
cookiecutter gh:pcrespov/cookiecutter-simcore-py-fastapi
and answer the questions.
All recipes for developmet are implemented in the root's Makefile
make help
See also CHANGELOG.
Many of the ideas in the service design were taken from the excellent work at fastapi-realworld-example-app by Nik Sidnev using the extraordinary fastapi package by Sebastian Ramirez.