Skip to content

ArturAbdullin/rest-api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

rest api using vanilla nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published