Do not use this repository in production. Instead, follow the steps below to make sure you generated a new PASETO key.
Run yarn install in both the frontend as backend directory. Start the frontend with quasar dev and the backend with yarn dev.
You can now login with user@demo.com or admin@demo.com with password password.
Steps to recreate:
quasar create frontendcd frontendquasar ext add auth-token-based, and edit MyLayout.vuequasar dev
In a different window:
git submodule add https://github.com/stefanvanherwijnen/express-ts-api-starter backendcd backendyarn installcp .env.example .envtouch database.dbyarn configure database:migrateyarn configure database:seedyarn configure database seed datayarn configure generate-keyyarn dev