Skip to content

verenichyi/nodejs2022Q4-crud-api

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published