Skip to content

Commit be3cb51

Browse files
authored
Create README.md
1 parent 11de1fc commit be3cb51

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
# RESTful API using Node.js and MongoDB
3+
4+
To Run Project
5+
--------
6+
1.Switch to __node-login__ directory. Then,
7+
```
8+
cd node-login
9+
```
10+
2.Download dependencies
11+
```
12+
npm install
13+
```
14+
3.Run the project
15+
```
16+
node app
17+
```
18+
Now visit http://127.0.0.1:8080/api/v1 in your browser.

0 commit comments

Comments
 (0)