/node-js-express-example

Example of using express and NodeJs for API Development

Primary LanguageJavaScript

Node JS Example

NodeJS used for website backend service

Prerequisites

To run this, you need these application installed:

  • NodeJS

Getting Started

  1. Install NodeJs
  2. Clone this repository
  3. Cd into the sub directory
cd node-js-express-example
  1. Run npm install
  2. Run npm start
  3. Go to http://localhost:3000