Skip to content

rvdmolen/simple-nodejs-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a RESTful API in Node and Express

Using the Express 4.0 Router to build simple API

Requirements

  • Node and npm

Installation

  • Clone the repo: git clone https://github.com/rvdmolen/simple-nodejs-api-server.git
  • Install dependencies: npm install
  • Start the server with static: node server.js
  • Start the server with dynamic: node server-dynamic.js

Testing the API

Test your API using Postman

About

Simple REST server API in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors