Skip to content

A simple Python - FLASK powered app. Use it to manage your wallet. Ready to use & test. For live Demo visit:

License

Notifications You must be signed in to change notification settings

pradeepgangwar/Wallet-Manager

Repository files navigation

This is a basic Wallet Manager type application

This application uses Python based FLASK framework for its backend and Postgresql for database.

Site is currently in Beta Version hence some functionality are not functional.

Visit My Wallet for live demo

  • Hosting Credits = Heroku
  • DataBase = SQLite (Development) Postgresql (Production)
  • Framework = Flask (Python)

Some heroku config files have not been added for security. But this repo is ready to clone for local development purpose.


Updates Pending : UI improvement, User interactive sessions, Improved Login.


To Get this application running on your local machine

Download this repository as a zip file and extract it in the desired directory.


I prefer to use a virtual environment for running this app. Search online for how to activate virtual environment for your operating system.


After activating virtual environment. Run following commands :

pip install flask

pip install sqlalchemy

python app.py

You are good to go. Browse at localhost:5000.

Enjoy! 👍

Home Page

New Month

About

A simple Python - FLASK powered app. Use it to manage your wallet. Ready to use & test. For live Demo visit:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages