Skip to content

A simple RESTful API made with Node.js utilising ES6 practices (As much as possible at least, hehe)

Notifications You must be signed in to change notification settings

BaraaK/node-restful-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A RESTful Library

A summary on a simple node-express api.

Getting Started

Introduces RESTful api operations via an Express server. Utilizes the following methods from express:

 .get(),
 .post(),
 .put(),
 .delete()

Prerequisites

What things you need to install the software and how to install them

node.js
express

How To:

To use the examples provided:

  1. Clone repo.
  2. Run 'npm install' on your local repo so as to get the required dependencies.
  3. Start up server with node / nodemon.

Have fun :)

About

A simple RESTful API made with Node.js utilising ES6 practices (As much as possible at least, hehe)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%