Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.47 KB

Cookiecutter simcore-py-fastapi

license

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.