Skip to content

milenaps/node-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample RESTful WS Node.js application

Pre-requisites to run this app

  1. Clone this repo;
  2. Download and install Node.js
  3. Download, install and run MongoDB, and create the schema "cms";

Running the app

  1. Go to the root folder and run "npm install";
  2. Run "npm run start";
  3. If the last message on your console is "Server running at port 3000", you're good, so go to http://localhost:3000/api/products on your browser to see the results.

About

Sample Node.js app exposing REST APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published