Skip to content

⚙️ Rest API Example using NestJS, Mongoose and JWT

Notifications You must be signed in to change notification settings

ermal-abiti/nest-inventory-api

Repository files navigation

Nest Inventory API

Features

  • Mongoose Module Adapted for Nest environment
  • Route guarding using JWT Authentication

Steps

  1. Clone repo
  2. Open Folder with VS Code
  3. Open terminal and generate .env:
cp .env.example .env
  1. Install the necessary npm packages
npm install
  1. Run server in development mode
npm run start:dev

About

⚙️ Rest API Example using NestJS, Mongoose and JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published