/laser-jobs

Simple Todo List using pouchdb

Primary LanguageVue

laserjobs

TeamCity build status

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Start

docker run -p 5984:5984 --name laserjobs-db --restart=always -v laserjobs-data:/opt/couchdb/data -e COUCHDB_USER=couchdb -e COUCHDB_PASSWORD=couchdb -d couchdb:latest docker run -p 8123:80 --name laserjobs-frontend --restart=always -d meska/laserjobs:latest

Login on http://localhost:5984/_utils/#login and enable CORS