Skip to content

RajeshJ3/lightning-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Open http://127.0.0.1:8000/docs

About

Lightning FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages