Node.js API

A simple api with 4 endpoints


Installation

Install dependencies

npm install

Run

# start running the API with node.js
npm start

#run the API tests
npm run test

Routes

GET /
POST /
GET /projects
DELETE /project/:id

Made with ♥ by Pablo Hernandez