Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 742 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 742 Bytes

Assignment: CRUD API

Prerequisites

Downloading

git clone {repository URL}

Installing modules

npm install

Running application

Run app in development mode:

npm run start:dev

Run app in production mode:

npm run start:prod

Run app in cluster mode:

npm run start:multi

Testing

npm run test

Note: replace npm with yarn if you use yarn.

Note: rename or copy & rename .exaple.env to .env.