Authentication and Authorization in Node.js
This is the list of the dependencies or software that users need to have installed before they can run the project.
- Node.js
- Express.js
-
Clone this repository:
git clone https://github.com/OpenGenus/Authentication-and-Authorization-in-Node.js/git
-
After cloning you should be in the project directory:
-
Install the required dependencies:
npm install
-
Start the project:
node app.js
-
Access the project in your web browser at http://localhost:3000.