Skip to content

Simple pure node api to demostrate how an api can be made with pure node

Notifications You must be signed in to change notification settings

kolynzb/node-shop-api-trial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Pure Node API

  • This is a very simplistic api built in node to build an understanding around how http library works

Files included

Intructions

  • To start application run with nodemon
yarn dev
#or
npm dev
  • To start application
yarn start
#or
npm start

API Docs

  • To get home Page localhost:8000/users

  • To get users localhost:8000/users

  • To get product localhost:8000/products

  • To get product by id localhost:8000/products?id=0

  • Next Tutorial

About

Simple pure node api to demostrate how an api can be made with pure node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published