https://github.com/fsojitra/node-express-mongodb-rest-api-jquery-ajax
Example based on Node.js, Express.js, MongoDB, Mongoose, EJS and jQuery AJAX REST API.
https://github.com/fsojitra/node-express-mongodb-rest-api-jquery-ajax
ajax ajax-request ejs ejs-express express express-js expressjs javascript jquery jquery-ajax jquery-plugin json json-api mongodb mongoose node-js nodejs resful-api rest-api rest-json
Last synced: 22 days ago
JSON representation
Example based on Node.js, Express.js, MongoDB, Mongoose, EJS and jQuery AJAX REST API.
- Host: GitHub
- URL: https://github.com/fsojitra/node-express-mongodb-rest-api-jquery-ajax
- Owner: fsojitra
- License: gpl-3.0
- Created: 2017-10-10T10:35:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T04:05:16.000Z (3 months ago)
- Last Synced: 2025-04-24T04:39:59.568Z (22 days ago)
- Topics: ajax, ajax-request, ejs, ejs-express, express, express-js, expressjs, javascript, jquery, jquery-ajax, jquery-plugin, json, json-api, mongodb, mongoose, node-js, nodejs, resful-api, rest-api, rest-json
- Language: EJS
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-Express-MongoDB-REST-API-jQuery-AJAX
Example based on Node.js, Express.js, MongoDB, Mongoose, EJS and jQuery AJAX REST API.
# Installation in local
You need to have installed Node.js, NPM and MongoDB in your System
## To Install
`npm install`
## Run
`npm start` or `nodemon app`
Code is Running on
+ http://localhost:3000/## References
+ https://github.com/michaelcheng429/ajax-restful-api-tutorial