Skip to content

Files

Latest commit

75c1362 · Apr 17, 2024

History

History
97 lines (60 loc) · 1.59 KB

README.md

File metadata and controls

97 lines (60 loc) · 1.59 KB

SupportVol/BackEnd

This repository manages data storage, authentication, and business logic for efficient volunteer coordination.

Installation

Install my-project with npm

  npm install
  npm ci

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT

saltRounds

Deployment

To deploy this project run

  npm run start

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

Demo

Insert gif or link to demo

Documentation

Documentation API Doccumentation

License

MIT

Run Locally

Clone the project

  git clone https://github.com/SupportVol/BackEnd

Go to the project directory

  cd BackEnd

Install dependencies

  npm install && npm ci

Start the server

  npm run start

Authors

-@SupunNarangoda & @Programmer-RD-AI