Skip to content

firmanJS/tasklist-efishery

Repository files navigation

Efishery Offline First App Tasklist

Cara Menggunakan

copy environment variable

copy .env-sample melalui terminal

cp .env-sample .env

isi environment variable

APP_PORT=2000
TZ=Asia/Jakarta

COUCHDB_URL= #your ip and port couchdb/efishery_task
USERNAME=#username couchdb
PASSWORD=#password couchdb

runing manual

menjalankan via npm

# install package
npm install

# link command
npm link .

#  menjalankan app
npm run start

# menampilkan command line yang tersedia
npm run efishery-task help

# menjalankan unit tetsing
npm run test 

run menggunakan docker-compose

docker-compose up --build

atau run menggunakan background process

docker-compose up --build -d

execution npm with container docker

# link command
docker-compose exec tasklist npm link

# menampilkan command line yang tersedia
docker-compose exec tasklist efishery-task

# menjalankan unit testing
docker-compose exec tasklist npm run test

Dokumentasi API

in file documentation.json export to your postman

About

offline first app, app for handle if offline connectiion using pouchdb and couchdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors