Skip to content

eigenlambda123/BarangayMicroJobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BarangayMicroJobs

A Flutter-based platform designed to connect local residents with micro-job opportunities within their barangay.

Daily Workflow

To keep your local code in sync with the team:

  1. Pull latest changes: git pull origin main
  2. Stage changes: git add .
  3. Commit changes: git commit -m "Brief description of what you did"
  4. Push to GitHub: git push origin feature/your-task-name

Backend Setup

  1. Navigate to the backend directory:
    cd backend
  2. Create a virtual environment:
     python -m venv venv
  3. Activate the virtual environment:
    • On Windows:
    venv\Scripts\activate
    • On macOS/Linux:
    source venv/bin/activate
  4. Install dependencies:
    pip install -r requirements.txt
  5. Run the FastAPI server:
     uvicorn app.main:app --reload

About

tis for school project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors