Skip to content

HarikaranKananathan/quasar-auth-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Quasar Auth Starter

Warning

Do not use this repository in production. Instead, follow the steps below to make sure you generated a new PASETO key.

Setup

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 [email protected] or [email protected] with password password.

Recreate

Steps to recreate:

  • quasar create frontend
  • cd frontend
  • quasar ext add auth-token-based, and edit MyLayout.vue
  • quasar dev

In a different window:

  • git submodule add https://github.com/stefanvanherwijnen/express-ts-api-starter backend
  • cd backend
  • yarn install
  • cp .env.example .env
  • touch database.db
  • yarn configure database:migrate
  • yarn configure database:seed
  • yarn configure database seed data
  • yarn configure generate-key
  • yarn dev

About

Authentication starter kit for Quasar Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 32.2%
  • TypeScript 27.0%
  • Vue 22.0%
  • HTML 18.2%
  • CSS 0.6%