https://github.com/pradeepgangwar/wallet-manager
A simple Python - FLASK powered app. Use it to manage your wallet. Ready to use & test. For live Demo visit:
https://github.com/pradeepgangwar/wallet-manager
flask html money-manager python
Last synced: about 1 year ago
JSON representation
A simple Python - FLASK powered app. Use it to manage your wallet. Ready to use & test. For live Demo visit:
- Host: GitHub
- URL: https://github.com/pradeepgangwar/wallet-manager
- Owner: pradeepgangwar
- License: mit
- Created: 2017-04-04T12:12:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T10:35:01.000Z (over 8 years ago)
- Last Synced: 2025-03-30T20:33:59.247Z (about 1 year ago)
- Topics: flask, html, money-manager, python
- Language: HTML
- Homepage: http://pocketmanager.herokuapp.com
- Size: 1.76 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://pocketmanager.herokuapp.com) **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! :+1:

