Skip to content

variananora/thesis-backend

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published