Skip to content

markmabery/node-auth1-guided

 
 

Repository files navigation

Introduction to Authentication

Guided project for Node Auth 1 Module.

Prerequisites

Project Setup

  • clone this repository.
  • move into the project folder.
  • type npm install to download dependencies.
  • type npx knex migrate:latest to run migrations.
  • type npx knex seed:run to populate the db.
  • type npm run server to start the API.

Please follow along as the instructor adds authentication to the API.

About

[Lambda School] Guided Project for Node Auth 1 Module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%