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

https://github.com/aaron-smits/pybank

REST API serving JSON - Postgres, JWT, Docker, FastAPI and Python
https://github.com/aaron-smits/pybank

docker docker-compose fastapi postgresql python sqlalchemy-orm

Last synced: about 1 month ago
JSON representation

REST API serving JSON - Postgres, JWT, Docker, FastAPI and Python

Awesome Lists containing this project

README

        

# pybank
Implementing the gobank api using FastAPI and Python

## To Do

- [x] Create a new account
- [x] Transfer money between accounts
- [x] Delete an account
- [x] Update an account
- [x] Get an account
- [x] Get all accounts
- [x] JWT Authentication infrastructure
- [x] Authentication implementation on all endpoints
- [x] Implement real DB connection
- [x] Dockerize the application
- [x] Environment variables (dotenv)
- [x] docker compose automation to run the app and the db