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.
Deta Version: v1.3.3-beta
-
Creating a new deta project.
-
Deploy local code & dependencies to the deta Micro server.
Execute the following command from the fastapi_jwt_auth directory:
uvicorn --host=0.0.0.0 --port 8000 --reload "main:app"