Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 532 Bytes

Node Auth 2 Guided Project

Guided project for Node Auth 2 Module.

Prerequisites

Project Setup

  • clone this repository.
  • move inside the project.
  • typenpm i to download dependencies.
  • type npm run resetdb to set up the database.
  • type npm run server to start the API.

Please follow along as the instructor adds support for JSON Web Tokens (JWT) to the API.