Giter Site home page Giter Site logo

sahilkhoslaa / money-transaction-system-using-python-flask Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.56 MB

A simple yet elegant money transaction system that lets authorised users to check their mini statements, withdraw money, transfer money to someones account etc.

Python 0.69% CSS 66.92% JavaScript 25.10% HTML 7.28%

money-transaction-system-using-python-flask's Introduction

Money-Transaction-System-using-Python-Flask

A simple yet elegant money transaction system that lets authorised users to check their mini statements, withdraw money, transfer money to someones account etc.

HOW TO RUN THE PROJECT

The Project is based on python-flask.

Install the below mentioned libraries before running the server:

We are using python3 for this project.

  1. pip3 install flask
  2. pip3 install flask_pymongo
  3. pip3 install flask_cors
  4. pip3 install bson
  5. pip3 install datetime
  6. pip3 install time
  7. pip3 install os

Running the Server:

In the Terminal/Command Prompt run the command -

-> Navigate into the working directory money_transaction

-> python3 server.py


The Server will start running on the port 5000 (Make sure there are no active process running on port 5000. If so, Kill any such process)

Now, Open any web browser and Navigate to the url:

http://localhost:5000/login/

A login page will appear:

Username : nikhil Password : nikhil

I have created a database of 100 users you can log in from any of the user provided in the dump of the database.

Database Dump taken : 14th May, 2019

money-transaction-system-using-python-flask's People

Contributors

sahilkhoslaa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.