Python FastAPI
Python self-documented REST API using FastAPI.
Quickstart
Requirements
- python >= 3.6
- pipenv: to manage python dependencies during development.
- git-improved: to install and use template
Installation
- First, install this template locally using git improved.
git template install <alias> https://github.com/sylvanld-templates/python-api
- Then you can initialize a project from this template
git setup <directory> --template <alias>
Usage
Develop
- Start server in development mode
pipenv run serve