Assignment: CRUD API
- Git - Download & Install Git.
- Node.js - Download & Install Node.js and the npm package manager.
git clone {repository URL}
npm install
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
npm run test
Note: replace npm
with yarn
if you use yarn.
Note: rename or copy & rename .exaple.env
to .env
.