Skip to content

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

License

Notifications You must be signed in to change notification settings

aaron-smits/pybank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published