Referral Platform
install dependencies
yarn install
or
npm install
serve with hot reload at localhost:8000
npm run dev
build for production with minification
npm run build
install dependencies
yarn install
or
npm install
run server (the databse server must be running before startin backend)
npm start
- Install CouchDB 2.1.1
- create new databse
- edit
server/src/db/auth.js
file accordingly - set env variables
COUCHDB_USER
with db user login andCOUCHDB_PASS
with db admin password - run CouchDB from where it is installed
./couchdb/bin/couchdb
- create new database and within create document containing
db_views.js
See Use Cases file for more information
See API docs or generated Postman docs
- Database: CouchDB
- Backend: Node.js
- Middleware: Koa.js
- Frontend: Vue.js
- Dependencies: Yarn
Template: Vue Light Bootstrap Dashboard
Under MIT License.
See license file for more information.