Back-end application for Home-service: https://master.dftwfw44dszet.amplifyapp.com/
- get request for getentry - respond with all entries that stored in the database
- get request for profile/:id - respond with account info for specific user
- get request for post/:id - respond with specific entry
- post request for entry - store entry into the database
- post request for register - store new account info into the databse
- post request for login - check if authentication matches, respond with account info for that user if matched