Skip to content
/ BackEnd Public template

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

License

Notifications You must be signed in to change notification settings

SupportVol/BackEnd

Repository files navigation

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

Releases

No releases published

Packages

No packages published