Skip to content

s-aslam/fastapi-auth-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-auth-crud

A simple application to try out the FastAPI framework

Installation

$ pip install -r requirements.txt

Run

Run the server with:

$ uvicorn main:app --reload

INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO:     Started reloader process [28720]
INFO:     Started server process [28722]
INFO:     Waiting for application startup.
INFO:     Application startup complete.

Interactive API docs

Now go to http://127.0.0.1:8000/docs

You will see the automatic interactive API documentation (provided by Swagger UI):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published