This is one of mine backend project, it's a user authentication and it have the register and login functions in it
Connect with me at LinkedIn
You can see the video of this app at UserAuthentication
Node.js, GIT
Cloning the Repository
$ git clone https://github.com/willcordeiro/user_authentication-
$ cd ./<project page>
Installing dependencies
$ yarn
or
$ npm install
Starting the project
$ node index.js
the project will run at the default port setted by me http://localhost:5000;/
