Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 492 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 492 Bytes

Green Action

This is the backend for our review application.

Pre-requisites

Getting started

Start your project locally

  • Clone the repository
git clone  <git lab template url> <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Build and run the project
npm run start

Get access to our deployment

Navigate to https://hack4good24.vercel.app/ to try out our backend

Endpoints