This repository manages data storage, authentication, and business logic for efficient volunteer coordination.
Install my-project with npm
npm install
npm ciTo run this project, you will need to add the following environment variables to your .env file
PORT
saltRounds
To deploy this project run
npm run start GET /api/items| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Required. Your API key |
GET /api/items/${id}| Parameter | Type | Description |
|---|---|---|
id |
string |
Required. Id of item to fetch |
Takes two numbers and returns the sum.
Insert gif or link to demo
Documentation API Doccumentation
Clone the project
git clone https://github.com/SupportVol/BackEndGo to the project directory
cd BackEndInstall dependencies
npm install && npm ciStart the server
npm run start