/pybank

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pybank

Implementing the gobank api using FastAPI and Python

To Do

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