Guided project for Node Auth 1 Module.
- SQLite Studio installed.
- Postman installed.
- 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.