Equidistant is an app to help you and your group get over the decision fatigue of a common meeting place by suggesting great rated places. It works by taking the commute time and what the users want to do as a main criterion to suggest great options for the whole group.
5
stars
0
forks
source link
File restructuring, implemented /create and /login #47
Moved around some files to be more logical in terms of how all of the backend files interact with each other.
Wrote core logic to implement /create and /login. Importantly, I disabled some CSRF warnings, which should be added as an issue once this PR is merged.
I modified the API contract to not require an authentication token for the /create endpoint.
This PR does not contain tests! Therefore, do not approve this PR until it includes tests, but I submit the PR now so people can initiate a code review now.
Moved around some files to be more logical in terms of how all of the backend files interact with each other.
Wrote core logic to implement /create and /login. Importantly, I disabled some CSRF warnings, which should be added as an issue once this PR is merged.
I modified the API contract to not require an authentication token for the /create endpoint.
This PR does not contain tests! Therefore, do not approve this PR until it includes tests, but I submit the PR now so people can initiate a code review now.