Skip to content

Volunteer Management Software (VMS) that works with Google Sheets (.gsheet)

License

Notifications You must be signed in to change notification settings

ibtikar-org-tr/gsheets-vms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsheets-vms

Volunteer Management Software (VMS) that works with Google Sheets (.gsheet)

Setup

To run this project, follow these steps:

Clone the repository

git clone https://github.com/ibtikar-org-tr/gsheets-vms
cd gsheets-vms

Create and activate virtual environment

python -m venv venv

activate the venv

On Windows

.\venv\Scripts\activate

On Unix or MacOS

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Migrate db

alembic revision --autogenerate -m "Initial migration"
alembic upgrade head

Start the application

uvicorn app.main:app --reload --port 3001

Dev

Update packages

pip freeze > requirements.txt

About

Volunteer Management Software (VMS) that works with Google Sheets (.gsheet)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published