Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 868 Bytes

File metadata and controls

46 lines (28 loc) · 868 Bytes

Authentication-and-Authorization-in-Node.js

Authentication and Authorization in Node.js

Table of Contents

Getting Started

Prerequisites

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

Installation

  1. Clone this repository:

    git clone https://github.com/OpenGenus/Authentication-and-Authorization-in-Node.js/git
  2. After cloning you should be in the project directory:

  3. Install the required dependencies:

    npm install

Usage

  1. Start the project:

    node app.js
  2. Access the project in your web browser at http://localhost:3000.