An open API service indexing awesome lists of open source software.

https://github.com/sonujose/express-api-server

It is a sample project which explains the ways in which express can be used. This illustrates how node js can be used in server side as an api server using express
https://github.com/sonujose/express-api-server

express nodejs

Last synced: 2 months ago
JSON representation

It is a sample project which explains the ways in which express can be used. This illustrates how node js can be used in server side as an api server using express

Awesome Lists containing this project

README

          

# express-sample
**(Express, Nodejs)**
It is a sample project which explains the ways in which express can be used. This illustrates how node js can be used in server side as an api server using express
# Dependencies

You must have node and npm installed (via brew install node or NodeJS.org);
# Getting Started

git clone https://github.com/sonujose/express-sample

* npm install
* npm start

# Details

In this project 4 different sample are illustrated, to change the serving file just change the file associated to 'start' command in package.json