Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.
/ codewords-flask Public archive

Code demonstrated with tags (on web development using flask) for the Codewords Meetup at Red Panda

Notifications You must be signed in to change notification settings

tanayseven/codewords-flask

Repository files navigation

Simple bank account transactions

Structure of the application

  1. All the data will be hardcoded and there will be no database
  2. There will simply be a JINJA based login screen on the login page
  3. There will be a user class to store the user details
  4. There will be an account class to store the account details of the user
  5. There will be a transaction class to keep track of all the transactions that take place
  6. There will be an API call from the web page to do the actually do the money transfer
  7. The classes will be injected from one class to another wherever needed
  8. Everything will be covered using tests as and how it is implemented.
  9. There will be Repo classes that will store data in-memory
  10. Use different types of doubles in the code to run the tests
  11. Write some uWSGI configuration file aiming deployment to production

About

Code demonstrated with tags (on web development using flask) for the Codewords Meetup at Red Panda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published