Notifications Microservice Developed in Ignite Lab 04 by Node.js
This project was developed with the following technologies:
# 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
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
This project is licensed under the MIT license. See the LICENSE file for more details.