- Back-end framework providing data to the LOTUS app
- Link to live server: https://calm-sands-81244.herokuapp.com
Gets all the characters from the database.
Gets a single character based on currently logged on user.
Creates a new member in the database.
Response: 200 OK
Returns an array of all aquests from the database.
Response: 200 OK
Gets quests based on current user logged on.
Returns specified quest.
Posts quest results to database.