posted an update

We used Flask for the backend and React for the front end. Users fill in their name, number, and course, then that information and their location is sent to our server. From there, we find other users in our SQLite database studying the same course, then use the Google Location Matrix API to calculate the distance to each user. That data is then displayed to the user as possible study buddies!

Log in or sign up for Devpost to join the conversation.