API for Rendezvous app built for Cal Hacks 5.0 (2018).
Deactivated to save money. :/
https://rendezvous-api.herokuapp.com/
See main.py for more info on what each endpoint does.
https://github.com/Huw-man/Flaker
- POST create_user
- param: code (int)
- The user generated 6-digit code for their rendezvous group
- param: lat (float)
- The user's latitude
- param: lon (float)
- The user's longitude
- param: code (int)
- GET rendezvous, party_size, get_dest
- param: code (int)
- The 6-digit code used to identify the user's group
- param: code (int)
- GET locate_party
- param: code (int)
- The 6-digit code used to identify the user's group
- param: user_id (int)
- The id of the user who sent the request
- param: code (int)
Rendezvous 1 tests create_user and rendezvous and Rendezvous 2 tests the remaining endpoints.
- Flask - The web framework used
- Heroku - Deployment
- Flask Boilerplate - Boilerplate used
- Avneesh Mehta
- Woojin Ko
- Bayan Alizadeh
- Newman Hu
This project is licensed under the MIT License - see the LICENSE.md file for details
- All members of the team
- Inspiration
- Cal Hacks 5.0 sponsors and mentors