Skip to content

avneesh1mehta/rendezvous

Repository files navigation

Rendezvous API

API for Rendezvous app built for Cal Hacks 5.0 (2018).

Live Deploy [DEACTIVATED]

Deactivated to save money. :/

https://rendezvous-api.herokuapp.com/

See main.py for more info on what each endpoint does.

iOS App Repo

https://github.com/Huw-man/Flaker

Endpoints

  • 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
  • GET rendezvous, party_size, get_dest
    • param: code (int)
      • The 6-digit code used to identify the user's group
  • 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

Testing with Postman

Rendezvous 1 tests create_user and rendezvous and Rendezvous 2 tests the remaining endpoints.

Rendezvous 1: Run in Postman

Rendezvous 2: Rendezvous 2

Built With

Authors

  • Avneesh Mehta
  • Woojin Ko
  • Bayan Alizadeh
  • Newman Hu

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • All members of the team
  • Inspiration
  • Cal Hacks 5.0 sponsors and mentors