Guided project for Web Auth IV Module.
- SQLite Studio installed.
- fork and clone this repository.
- CD into the folder where you cloned your fork.
- type
yarn
ornpm i
to download dependencies. - type
yarn server
ornpm run server
to start the API.
Please follow along as the instructor adds a React client that can handle JSON Web Tokens (JWT)
for authentication.