Express.js server for processing and storing community help requests for Give+Seek, a platform for human connection and support when we need it most.
The server is currently hosted on Heroku. The server was hosted on Google Cloud Platform while it was active during the hackathon.
First, install NodeJS.
Install the required dependencies:
npm install
Start the server locally:
npm start
The server will be running on http://localhost:3000/.
For details on the REST API used to contact the server, refer to the repository wiki.