Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 588 Bytes

File metadata and controls

20 lines (11 loc) · 588 Bytes

FastAPI-JWT-Auth

A FastAPI app that utilizes JWT authentication for protected routes. This project uses Deta Micro & Base for hosting the app, as well as a NoSQL database.


Specs

Deta Version: v1.3.3-beta


To Run

Execute the following command from the fastapi_jwt_auth directory:

uvicorn --host=0.0.0.0 --port 8000 --reload "main:app"