dennysunny / Retail-Banking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Retail-Banking

Retail-Banking is basic webapplication using flask. The Documentation is given with the code. You can use this for mini-project.
Explore the docs »

Report Bug · Request Feature . Instagram

Table of Contents

About The Project

![Product Name Screen Shot][product-screenshot]

Retail-Banking is a webapplication using flask. This retail banking is a mini project. You can use this project for free. The Documentation is given with the code.If you like this project give stars..

Built With

Getting Started

Follow the installation steps to open project without error

Installation

  1. Download and extract the project
  2. I'm using xampp, so you can also use it and Create the database
  3. Upload or Import flask.sql in your database.
  4. Download python 3.x and install on your PC. My pc is 64bit so i installed Python3(64bit). Set environmental variable for both python and pip or else you get command not found.
  5. I've used virtual environment. It's not necessary, but using virtual environment is preferable.
    Note: You can skip the 5th step if you don't want virtual environment
    (i) Make sure you've set your python path in environmental variable and then install
python -m venv venv

(ii) I've already created. So now you want to activate it. I'm using windows. so I used CMD. Now open the cmd of your current project folder. My project folder is Retail-Banking.

D:\flask\Retail-Banking> cd venv/Scripts/activate

After venv is activated

(venv) D:\flask\Retail-Banking>

(iii) Once you can close the project, this command is user to open the venv again and for deactivation command also given.

D:\flask\Retail-Banking>workon venv

If not working again activate your venv

(venv) D:\flask\Retail-Banking>

For Deactivating,

D:\flask\Retail-Banking> cd venv/Scripts/deactivate
  1. Install the following requirements by following command.
D:\flask\Retail-Banking> pip install -r requirements.txt
  1. To run the the code, use this command
D:\flask\Retail-Banking>python app.py

or

D:\flask\Retail-Banking>flask run
  1. If you get any error, make sure you've done following things
1. Python version should be 3.x.
2. Settingup Environment variables.
3. Installed all requirements without errors.
4. I am using 64 bit. If you are using 32 Bit google it and fix it.
5. Check the server is active or not.
6. Imported sql file.
7. Everything is done.
  1. Admin Login.
url : http://127.0.0.1:5000/login
Username => admin,
Password => !1Qqwerty,

Hosted URL - http://tcsretailbanking.herokuapp.com/

Credential at hosted site

  • username = admin
  • password = Admin@2020

Usage

Retail-Banking is a webapp. This Retail-Banking is very simple to use. Images are given below
1.Account Status : S1

2.Customer Login : S1

3.Create Account : S1

4.Create Customer : S1

5.Customer Status : S1

6.Customer Dashboard : S1

7.DashBoard : S1

8.Deposit : S1

9.Create Account : S1

10.Report General : S1

11.Home Page : S1

12.Main Login : S1

13.Manage Account : S1

14.Manage Customer : S1

15.Specific Report : S1

16.Transfer : S1

17.Update Account : S1

18.Update Customer : S1

19.Create Account : S1

20.Withdraw & Deposit : S1

21.Withdraw : S1

Team

We created this project for TCS Case Study. Special thanks to my team!!

  1. Vivek - https://github.com/vivekmp06
  2. Ananya - https://github.com/ananyasarolitaya
  3. Gokul - https://github.com/gokulrv4399
  4. Alankrita

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/dhina016/Retail-Banking

=======

About


Languages

Language:Python 84.1%Language:HTML 10.9%Language:JavaScript 3.1%Language:CSS 1.7%Language:PowerShell 0.1%Language:TSQL 0.1%Language:Batchfile 0.0%