Skip to content

An expense-tracker made using Flask, MongoDB in the back-end and HTML, CSS, Bootstrap in the front-end

Notifications You must be signed in to change notification settings

SoumyaMukhija/wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wallet

An expense-tracker for individuals. On-going side project.

Frontend: HTML, CSS, Vanilla Javascript

Backend: Flask, MongoDB

Pre-requisites:

1- Python

2- flask: install using 'pip install flask'

3- tkinter: install using 'pip install tkinter'

4- pymongo: Python library for MongoDB database

How to run: 1- Download the repository

2- navigate to the main.py file using command prompt (RECOMMENDED) OR open the main.py file in a multi-purpose editor like Sublime text

3- Run main.py

4- Go to your browser and type localhost://5000 in the URL search bar

5- Navigate the website

6- Go back to your editor or command prompt and press ctrl + c to exit.

[Currently Ongoing]