All Projects → mazipan → nodejs-simple-restfull-with-express

mazipan / nodejs-simple-restfull-with-express

Licence: other
⚡ ExpressJS Rest API Sample

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to nodejs-simple-restfull-with-express

mongo-crud
CRUD API built with MongoDB and Express
Stars: ✭ 18 (-5.26%)
Mutual labels:  crud, expressjs
Express Sequelize Crud
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 65 (+242.11%)
Mutual labels:  crud, expressjs
todo-list
A practical web application built with Node.js, Express, and MySQL for you to readily record, view, and manage your tasks with an account: Create, view, edit, delete, filter, and sort expenses are as easy as pie 🥧
Stars: ✭ 18 (-5.26%)
Mutual labels:  crud, expressjs
NodeExpressCRUD
Node, Express, Mongoose and MongoDB CRUD Web Application
Stars: ✭ 45 (+136.84%)
Mutual labels:  crud, expressjs
node-express-mongodb-reactjs-graphql
Node, Express, React.js, Graphql and MongoDB CRUD Web Application
Stars: ✭ 36 (+89.47%)
Mutual labels:  crud, expressjs
express-typescript-mongoose-starter
A starter for Node JS, Express, Typescript, Mongoose application
Stars: ✭ 22 (+15.79%)
Mutual labels:  expressjs, express-boilerplate
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (+215.79%)
Mutual labels:  crud, expressjs
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+336.84%)
Mutual labels:  expressjs, express-boilerplate
Express-Boilerplate-MVC
Express boilerplate using ES6 and MVC pattern
Stars: ✭ 14 (-26.32%)
Mutual labels:  expressjs, express-boilerplate
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (+463.16%)
Mutual labels:  crud, expressjs
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (+263.16%)
Mutual labels:  crud, expressjs
api
_api is an autogenerated CRUD API built on LowDB and ExpressJS.
Stars: ✭ 73 (+284.21%)
Mutual labels:  crud, expressjs
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+647.37%)
Mutual labels:  crud, expressjs
express-crud-router
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 109 (+473.68%)
Mutual labels:  crud, expressjs
express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (+94.74%)
Mutual labels:  expressjs
firestore-store
express-session store for Firebase Cloud Firestore
Stars: ✭ 44 (+131.58%)
Mutual labels:  expressjs
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (+47.37%)
Mutual labels:  expressjs
react-native-firebase-firestore-crud-example
React Native Firebase Tutorial: Build CRUD Firestore App
Stars: ✭ 24 (+26.32%)
Mutual labels:  crud
nanobox-express
Quickstart for Express on Nanobox
Stars: ✭ 13 (-31.58%)
Mutual labels:  expressjs
boiler-plate-commands
Package to generate automatic cruds for Laravel BoilerPlate Apps
Stars: ✭ 13 (-31.58%)
Mutual labels:  crud

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 :

Email Website Facebook

Twitter Linkedin Slideshare

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].