Volunteer Management Software (VMS) that works with Google Sheets (.gsheet)
To run this project, follow these steps:
git clone https://github.com/ibtikar-org-tr/gsheets-vms
cd gsheets-vms
python -m venv venv
.\venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
alembic revision --autogenerate -m "Initial migration"
alembic upgrade head
uvicorn app.main:app --reload --port 3001
pip freeze > requirements.txt