APCSP RECS Project Backend
The backend consists of four databases and APIs for each separate frontend project created by each group member.
Supports get, post, delete, and put(only for likes, which is represented by image URL)
- "title": 2 to 30 character string meant to represent a destination around the world, submitted by users on the frontend
- "text": 2 to 800 character review of said destination, also submitted by users on the frontend
- "imageURL": Not actually an image, I changed it far into development - might fix it later if I have time. Holds an integer to represent a like count for each post
- "location1":
- "location2":
NOTE: Put functions abnormally. You can only change imageURL/likes and whatever int is inputted changes the likes rather than set them for ease of development on the frontend