cargo run- Go to
http://localhost:3000/groups/{email}to see the groups for a given member. - Go to
http://localhost:3000/groups/{email}/slugsto 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)" >> .envFormatting and code analysis:
cargo fmt
cargo clippy