Money_Tracker is a Python Rest API Service which helps users to track their money(Income and Expense)
- Create a virtual environment: virtualenv -p python3.7.4 money_tracker_venv
- Activate virtual environment: source money_tracker_venv/bin/activate
- Install dependencies: pip install -r requirements.txt
- Create postgres database with name "money_tracker"
- Run python src/application/db.py
- Start the service: python src/application/api.py