Guided project for Node Auth 1 Module.
- SQLite Studio installed.
- Postman installed.
- clone this repository.
- move into the project folder.
- type
npm ito download dependencies. - type
npm run migrateto run migrations. - type
npm run seedto populate the db. - type
npm run serverto start the API.
Please follow along as the instructor adds authentication to the API.