Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 275 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 275 Bytes

REST API with Vanilla Node.js

About

A simple restful api using vanilla node.js.

The target is to create a REST API to manipulate a local data with the following structure:

{
  "id": number,
  "vehicle": string,
  "price": string,
  "description": string
}