Skip to content

Commit 6eb87d5

Browse files
author
Foram
committed
Readme Update
1 parent 9184a0a commit 6eb87d5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# Node-Express-MongoDB-REST-API-jQuery-AJAX
2+
3+
Example based on Node.js, Express.js, MongoDB, Mongoose, EJS and jQuery AJAX REST API.
4+
5+
# Installation in local
6+
7+
You need to have installed Node.js, NPM and MongoDB in your System
8+
9+
## To Install
10+
11+
`npm install`
12+
13+
## Run
14+
15+
`npm start` or `nodemon app`
16+
17+
Code is Running on
18+
+ http://localhost:3000/
19+
20+
## References
21+
22+
+ https://github.com/michaelcheng429/ajax-restful-api-tutorial

0 commit comments

Comments
 (0)