Skip to content

jschuhmann47/projectMap-Backend

Repository files navigation

Project Map Backend

Installation

git clone https://github.com/jschuhmann47/projectMap-Backend.git
cd projectMap-Backend
npm install

Running the app

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

Tests

# unit tests
npm run test

Lint

# eslint
npm run lint