Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

VueJunkie/quasar-couchapp-starter-kit

Repository files navigation

Quasar CouchApp

QCouch, Relax!

InnoDB Indexes are very similar to Couchdb Databases without the REST/master-master replication interface. A Couchdb View is a Index of a Index

Getting Started:

Install Prerequisits:

// Install
yarn

// Run server in a second terminal 
// remove --in-memory for persistence
yarn start:db --in-memory -n

// Build Quasar and Push to Local running Database 
// change quasar to http://someremote/database for pushing to remote
yarn build:push quasar

Navigate to http://127.0.0.1:5984/quasar/_design/app/index.html And see the database GUI http://127.0.0.1:5984/_utils

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published