SupportVol / BackEnd

This repository manages data storage, authentication, and business logic for efficient volunteer coordination.
https://supportvol-dot-support-vol.as.r.appspot.com/
Apache License 2.0
1 stars 0 forks source link
express expressjs firebase javascript js node nodejs rest restapi

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