Lightning FastAPI
Lightning FastAPI framework, provides boiler plates for FastAPI based on Django Framework
Explaination
/
|
│ manage.py
│ README.md
│ requirements.txt
│
└─── api
│ │ helpers.py
│ │ settings.py
│ │ urls.py
│
└─── accounts
│ urls.py
│ views.py
Installation
$ pip install -r requirements.txt
---> 100%
Run the server
$ python manage.py