Skip to content

Latest commit

 

History

History

README.md

NTask API

This is a API project used for study purposes and it is one of the pilot project of the ebook: Building APIs with Node.js.

Setup

  • Clone this repo: git clone git@github.com:caio-ribeiro-pereira/building-apis-with-nodejs.git
  • Access the folder: cd ntask-api
  • Install dependencies: npm install
  • Boot the server: npm start
  • Running tests: npm test
  • Accessing API: https://localhost:3000 (Yes, HTTPS!)

About

Caio Ribeiro Pereira - crpwebdev.com