Sen descrición

hel e6a569b174 first commit hai 1 ano
contracts e6a569b174 first commit hai 1 ano
src e6a569b174 first commit hai 1 ano
.babelrc 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
.editorconfig 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
.env.example 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
.eslintignore 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
.eslintrc e6a569b174 first commit hai 1 ano
.eslintrc.js 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
.gitignore 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
README.md 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
package.json 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
tsconfig.json 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos
yarn.lock 199b67a3e0 update. %!s(int64=2) %!d(string=hai) anos

README.md

ACCOUNT TIMETABLE SERVICE

Develop

yarn

ENV

# if DEBUG=1, will show all debug logs
DEBUG=1
DB_HOST=127.0.0.1
DB_NAME=meeton
DB_USER=root
DB_PASS=
PORT=
# time scale, using for event system. for examle:
# DEV_TIMESCALE=0.0006944444444444445
# makes 1 day become 1 min.
DEV_TIMESCALE=

Service

Using following command to start server.

yarn run start

Task

Using following command to start task runner.

yarn run start_task

Scripts

Using following command to run script.

yarn run script -- ./lib/scripts/__SCRIPT_NAME__.js

Looking for src/scripts folder to geet __SCRIPT_NAME__.