Skip to content

ARGS-PYH/Ptracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Finance Tracker Application

1. Clone and Setup

git clone 
cd Ptracker
python3 -m pip install virtualenv # If virtualenv is not installed
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

2. Environment Setup

cp .env.example .env
# Edit .env with your configuration

3. Database Setup

python scripts/setup_db.py

4. Run Application

python run.py

5. Access Application

👥 Team Development Workflow

Branch Strategy

  • main - Production ready code
  • feature/developer-name/feature-description - Individual features

Daily Workflow

  1. Pull latest changes from main
  2. Create feature branch
  3. Work on assigned tasks
  4. Test locally
  5. Create pull request to main
  6. Code review by team
  7. Merge after approval

📚 Learning Resources

Flask Documentation

Frontend Resources

Database Design

About

A personal finance tracker to monitor and regulate your spending habits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors