A progressive Node.js framework for building efficient and scalable server-side applications.
Created a shopping list API:
- create (POST)
- updateById (PATCH)
- getAll (GET)
- getById (GET)
- removeById (DELETE)
#installing npm in the project
$ npm install
## Install docker commands
$ sudo apt-get install docker-engine -y
# start docker service
$ sudo service docker start
# Check if docker is up
$ sudo docker run hello-world
# loading docker configuration postgres
$ docker-compose up
# finally run the shopping list project and be happy :D
$ npm run start
# localhost
$ http://localhost:3000
# Swagger
$ http://localhost:3000/api
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- NODE.JS (NEST.JS)
- DOCKER
- POSTGRESQL
- SWAGGER
- Linkedin - Jhonatan Sousa
- FOLLOW ME ON GIT :D - Jhonatan Sousa