Skip to content

petrgazarov/node-auth1-guided

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Auth 1 Guided Project

Guided project for Node Auth 1 Module.

Prerequisites

Project Setup

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

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

About

Node Auth 1 Guided Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 15.9%