This is the backend for our review application.
- Install Node.js
- 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
Navigate to https://hack4good24.vercel.app/
to try out our backend