Lightning Fast API template
- with Python
pip install -r src/requirements.txt
then,
uvicorn src.main:app --reload
- with docker-compose
docker-compose build && docker-compose up -d
After launching the API, if you access to http://0.0.0.0:80
, you should be able to see Swagger documentation.
Each pull request should follow the branch naming conventions as follows.
Branch contains new features, additions and optimizations.
Branch contains hotfix for existing features.