(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
You must have node and npm installed (via brew install node or NodeJS.org);
git clone https://github.com/sonujose/express-sample
- npm install
- npm start
In this project 4 different sample are illustrated, to change the serving file just change the file associated to 'start' command in package.json