Official release FastAPI-fastkit
!
Changes
🚀 Features
- [RELEASE] version 1.0.0 @bnbong (#3)
- all
fastkit
basic cli operations now available :init
,addroute
,startdemo
,echo
,deleteproject
,runserver
- Python 3.8 ~ 3.13 compatable
- all
🔄 New & Modified FastAPI Templates
- [RELEASE] version 1.0.0 @bnbong (#3)
- Added
fastapi-empty
,fastapi-default
,fastapi-dockerized
,fastapi-async-crud
,fastapi-psql-orm
,fastapi-custom-response
templates : about demo templates' info, please check a templates'README.md-tpl
file manually. - Added
modules
template : this template used only atfastapi addroute
operation for now. If more expandable operation may be added later versions, this folder will has more.py-tpl
modules.
- Added