Awesome
Cookiecutter simcore-py-fastapi
<!-- [![Build Status](https://travis-ci.com/pcrespov/cookiecutter-simcore-py-fastapi.svg?branch=master)](https://travis-ci.com/pcrespov/cookiecutter-simcore-py-fastapi) [![Requirements Status](https://requires.io/github/pcrespov/cookiecutter-simcore-py-fastapi/requirements.svg?branch=master)](https://requires.io/github/pcrespov/cookiecutter-simcore-py-fastapi?branch=master) -->Cookiecutter template for osparc-simcore's services based in fastapi.
Requirements
- git
- python >=3.6
pip install cookiecutter
- docker
Usage
To generate a new cookiecutter template layout just type
cookiecutter gh:pcrespov/cookiecutter-simcore-py-fastapi
and answer the questions.
Development
All recipes for developmet are implemented in the root's Makefile
make help
See also CHANGELOG.
Acknoledgements
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.
<!-- Links below this line !-->