An open API service indexing awesome lists of open source software.

https://github.com/ctuanle/learn-fastapi

Learn FastAPI and authentication with JWT
https://github.com/ctuanle/learn-fastapi

docker fastapi jsonwebtoken python

Last synced: 3 months ago
JSON representation

Learn FastAPI and authentication with JWT

Awesome Lists containing this project

README

          

# Learn : FastAPI and auth with JWT

## Installation

pipenv install -r requirements.txt

## Run

uvicorn main:app --reload

or with a specified port

uvicorn main:app --port 3000 --reload

## Result:
Visit [localhost:8000](http://localhost:3000/)

## API Docs
Docs : [localhost:8000/docs](http://localhost:3000/docs)