https://github.com/mazipan/nodejs-simple-restfull-with-express
:zap: ExpressJS Rest API Sample
https://github.com/mazipan/nodejs-simple-restfull-with-express
crud express-boilerplate expressjs expressjs-crud expressjs-sample
Last synced: 2 months ago
JSON representation
:zap: ExpressJS Rest API Sample
- Host: GitHub
- URL: https://github.com/mazipan/nodejs-simple-restfull-with-express
- Owner: mazipan
- Archived: true
- Created: 2015-11-25T03:21:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T02:20:15.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T18:57:53.473Z (2 months ago)
- Topics: crud, express-boilerplate, expressjs, expressjs-crud, expressjs-sample
- Language: JavaScript
- Homepage:
- Size: 282 KB
- Stars: 30
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-simple-restfull-with-express
This is sample for creating Restful API with nodejs.Preview :
Using technology
- NodeJS and Expressjs for server routing
- Jade for server templating
- Angularjs, jQuery, VueJs
- Bootstrap for CSS template
- Grunt for Task Runner
Installation
- Install grunt-cli, read : http://gruntjs.com/getting-started
sudo npm install -g grunt-cli
- Install depedency
sudo npm install
- Run Task
grunt --verbose
- Run project
npm start
- Open in Browser
http://localhost:3000 ==> index
http://localhost:3000/app ==> CRUD using jquery
http://localhost:3000/angularapp ==> CRUD using AngularJS
http://localhost:3000/vueapp ==> CRUD using VueJS
Here you will learn about
- Create server route using ExpressJS, read more : https://expressjs.com/en/guide/routing.html
- Using server side templating using Jade Templating, read more : http://jade-lang.com/tutorial/
- Create AngularJS Services for wrapping all request to server using Angular Resources, read more : https://docs.angularjs.org/api/ngResource/service/$resource
- Create CRUD using AngularJS ==> http://localhost:3000/angularapp
- Create CRUD using VueJS ==> http://localhost:3000/vueapp
- Create CRUD using JQuery ==> http://localhost:3000/app**Hope will usefull for you all.**
Contact Me :
[](mailto:[email protected])
[](https://mazipanneh.com/blog/)
[](https://facebook.com/mazipanneh)[](https://twitter.com/Maz_Ipan)
[](https://id.linkedin.com/in/irfanmaulanamazipan)
[](https://www.slideshare.net/IrfanMaulana21)