REST API NestJS Quick Start
- Install Node.js
- Recommended method is by using NVM
- Recommended Node.js version is v16.13
- Install Docker
Install all the dependencies:
pnpm i --frozen-lockfile
Copy the .env.sample
file to .env
cp .env.sample .env
In the project directory, you can run:
Runs the NodeJs services in the development mode.
Open localhost:8080/api/v1/ping to view it in the browser or Postman.
The service will reload if you make edits.
Running the unit tests.
Running the test coverage.