Skip to content

nicolasboada/digital-wallet-dashboard-server

Repository files navigation

NestJS REST API for Digital Wallet Dashboard App

CRUD REST API using the NestJS framework and MongoDB/Mongoose.

Setup

Create a .env file in the root of your project:

mongoURI=YOURMONGOURI

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

NestJS REST API | Digital Wallet Dashboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published