Skip to content

k-pratyush/fastapi-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-auth

How to run:

  • Clone the repository
  • Install the dependencies using pip install -r requirements.txt
  • Create a '.env' file and create the following variables:
 secret = "<YOUR SECRET>"
 url = "mongodb://localhost:27017"
  • Start mongo server with mongod in a separate terminal window
  • Start application server using uvicorn main:app
  • Go to localhost:8000/docs for API reference

About

Authentication server built with FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages