cargo run
- Go to
http://localhost:3000/groups/{email}
to see the groups for a given member. - Go to
http://localhost:3000/groups/{email}/slugs
to see the slugs of the groups for a given member.
Download your service account key and place it in key.json
.
pip install -r requirements.txt
echo "GOOGLE_CLOUD_ACCESS_TOKEN=$(python google.py)" >> .env
Formatting and code analysis:
cargo fmt
cargo clippy