/Flask-banking-system-sample

Learning Flask xplore case study program

Primary LanguageHTML

CT20182477827

Learning Flask xplore case study program

Read and update notes

Add comments with your names after editing existing codes Do not add virtual env files in git

How to

  • Create virtual env using pycharm or whatever you feel good
  • Run command: pip install -r requirements.txt

To run flask application command: flask run

Before commit run command: pip freeze > requirements.txt