Skip to content

rafael-camara/microservice

Repository files navigation

MICROSERVICE

Description

Notifications Microservice Developed in Ignite Lab 04 by Node.js

Technologies

This project was developed with the following technologies:

NodeJS Logo Node.js

Nest Logo NestJS

TypeScript TypeScript

Jest Jest

Prisma Prisma

Prisma Redis

Installation

# clone to repository
$ git clone https://github.com/rafael-camara/ignite-lab-04-nodejs.git

# navigate to folder
$ cd ignite-lab-04-nodejs

# with npm
$ npm install

# with yarn
$ yarn

Running the app with npm

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Running the app with yarn

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

License

This project is licensed under the MIT license. See the LICENSE file for more details.