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-vmscd gsheets-vmspython -m venv venv.\venv\Scripts\activatesource venv/bin/activatepip install -r requirements.txtalembic revision --autogenerate -m "Initial migration"alembic upgrade headuvicorn app.main:app --reload --port 3001pip freeze > requirements.txt