Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 909 Bytes

File metadata and controls

61 lines (40 loc) · 909 Bytes

RESTful API using Node.js and MongoDB

To Run Project

1.Switch to node-login directory. Then,

cd node-login

2.Download dependencies

npm install

3.Run the project

node app

Now visit http://127.0.0.1:8080/api/v1 in your browser.

Postman Collection

You can Download Postman collection from the link given below.

Download

Note :

Make sure to replace the header value such as x-access-token.

Tutorial

https://www.learn2crack.com/2016/09/android-user-registration-login-node-server.html

Video Demo

https://www.youtube.com/watch?v=5b0wWZuTazA

Node npm modules used

basic-auth

bcryptjs

body-parser

express

jsonwebtoken

mongoose

morgan

nodemailer

randomstring