Skip to content

bloom-tech-learning/50432-node-auth2-guided

 
 

Repository files navigation

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 migrate to run the migrations.
  • type npm run seed to seed the db.
  • type npm run server to start the API.

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

About

Guided Project Starter Code for Node Auth 2 Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • HTML 11.3%