Guided project for Node Auth 2 Module.
- SQLite Studio installed.
- Postman installed.
- clone this repository.
- move inside the project.
- type
npm 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.