pablohdzvizcarra / api-my-personal-projects

Simple API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple API

License:MIT License


Languages

Language:HTML 76.5%Language:JavaScript 18.1%Language:CSS 5.4%