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.
- 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!)
Caio Ribeiro Pereira - crpwebdev.com