Skip to content

pcrespov/cookiecutter-simcore-py-fastapi

Repository files navigation

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.