Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 594 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 594 Bytes

Backend Service

This is a backend service for the thesis project.

How to install

Requirements

  • Node.js (v18.0.0 or higher)
  • MongoDB (v6.0.0 or higher)
  • npm (v8.0.0 or higher)

Installation

  1. Clone the repository
  2. Run npm install (or npm ci if you have problems) to install the dependencies
  3. Copy the .env.example file to .env and fill in the environment variables
  4. Done!

How to run

Run the service normally

npm run start

Run the service with nodemon

npm run watch