Skip to content

Sample authentification with quasar-framework (vuejs) and pouchdb-server

Notifications You must be signed in to change notification settings

nestebe/quasar-pouchdb-authentification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quasar-pouchdb-authentification

Sample authentification with quasar-framework (vuejs) and pouchdb-server

Installation

####Create couchdb server

npm install -g pouchdb-server

#create pouchdb-server folder

cd pouchdb-server
pouchdb-server -p 15984

go to: http://127.0.0.1:15984/_utils
create admin party with:
Admin login: admin
Admin password: admin

####Setup node server

cd nodejs-server
npm install
node index.js

####Setup client (quasar framework)

npm install -g quasar-cli
cd  quasar-client
npm install
quasar dev

About

Sample authentification with quasar-framework (vuejs) and pouchdb-server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published