Skip to content

This is a Python Rest API Service which helps users to track their money(Income and Expense)

Notifications You must be signed in to change notification settings

anuhyasuri/money_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Money_Tracker

Money_Tracker is a Python Rest API Service which helps users to track their money(Income and Expense)

Setup

  1. Create a virtual environment: virtualenv -p python3.7.4 money_tracker_venv
  2. Activate virtual environment: source money_tracker_venv/bin/activate
  3. Install dependencies: pip install -r requirements.txt
  4. Create postgres database with name "money_tracker"
  5. Run python src/application/db.py
  6. Start the service: python src/application/api.py

About

This is a Python Rest API Service which helps users to track their money(Income and Expense)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages