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
- Host: GitHub
- URL: https://github.com/sonujose/express-api-server
- Owner: sonujose
- Created: 2016-10-04T05:04:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T11:45:13.000Z (over 9 years ago)
- Last Synced: 2025-01-02T01:45:02.757Z (over 1 year ago)
- Topics: express, nodejs
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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