Skip to content

Exemplary integration of MongoDB and JWT in FastAPI, following industry best practices

Notifications You must be signed in to change notification settings

shahnawaz-pabon/fastapi-mongodb-with-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-jwt

JWT implementation with FastAPI, MongoDB

Awesome

Table of Contents

Project Structure

├── app
│   ├── __init__.py
│   ├── main.py
│   ├── core
│       ├── __init__.py
│       ├── config.py
│       └── ...
│   ├── db
│       ├── __init__.py
│       ├── database.py
│       └── ...
│   ├── models
│       ├── __init__.py
│       ├── user.py
│       └── ...
│   ├── serializers
│       ├── __init__.py
│       ├── userSerializers.py
│       └── ...
│   └── endpoints
│       ├── __init__.py
│       ├── user.py
│       └── ...
├── docker-compose.yml
├── Dockerfile
├── .env
├── .env.example
├── .gitignore
├── README.md
└── requirements.txt

Up and Run

git clone https://github.com/shahnawaz-pabon/fastapi-mongodb-with-jwt.git
cd fastapi-mongodb-with-jwt
docker-compose up --build

Behold the swagger of our application, gracefully accessible at http://0.0.0.0:8081/docs/.

About

Exemplary integration of MongoDB and JWT in FastAPI, following industry best practices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published