-
Notifications
You must be signed in to change notification settings - Fork 0
API Routes
Jaden Lambino edited this page May 9, 2022
·
2 revisions
- Route used to check if a user is authenticated or not
- Route used to check if a certain user is in the database
- Route used to add a new instance of a user into the database
- Allows the user to be logged out of the website, therefore being unauthenticated
- Route used to get all of the listings in the database
- Route used to get a listing by its id, to edit a listing by its specific id, and to delete an instance of a listing from the database
- Route used to get all listings with a specific tag
- Route used to add a new instance of a listing to the database
- Route used to get all of the listings in the database
- Route used to edit a listing by its specific id, and to delete an instance of a listing form the database
- Route used to add a new instance of a review to the database
- Route used to get all the listings in the database per specific user