Auth with JWT's example Getting started Clone this repo. git clone https://github.com/northcoders/be-auth-example.git Install dependencies. cd be-auth-example npm install Setup the database npm run setup Start a development server npm run dev