Manage team invites through text and email
Requires docker and python>=3.7
start an environment
python -mvenv env
pip install -e server/.
. ./env/bin/activate
pip install -r server/requires/development.txt
boostrap docker containers, environment variables and start the app
./startup && source ./build/test_env
adev runserver --app-factory make_app server/app/app.py
node 12+
cd client
npm i
npm start
request
{
"name": "Team Name"
}
request
{
"name": "Event Name",
"team": "<team_id>"
}
request
{
"name": "John Smith",
"email": "[email protected]",
"phone": "2222222222",
"team": "<team_id>"
}
request
{
"event": "<event_id>"
}
clicking the link marks the invite as accepted
Health check