The HeadHome backend is responsible for real-time interactions between the dementia patients, caregivers and volunteers. This ensures that dementia patients can receive timely assistance from caregivers or nearby volunteers and help them to head home safely!
π¨π»βπ» Technology Stack
Go | Gin | Firebase | Google Maps Platform | Google Cloud Platform
Getting Started
This repo contains the backend application for HeadHome. Click here to view the full solution.
Run the following code in bash to install the required dependencies
$ go get all
Create a .env file and insert your Firebase Admin SDK private key and Maps API api key.
Note: Place the entire Firebase Admin SDK private key json object on a single line and escape all \, \n and quotation(") characters with \. Lastly, surround the json object with double quotations "".
Package main is the entry point for the backend server of HeadHome-Backend, a project focused on providing a robust and scalable solution to help alleviate the problem of dementia wandering.
Package main is the entry point for the backend server of HeadHome-Backend, a project focused on providing a robust and scalable solution to help alleviate the problem of dementia wandering.