0.0.11 • Published 7 years ago

kaneoh-file-service v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

kaneoh-file-service

SETUP


install npm packages

$ npm install

build dist

$ npm run build

RUN

run service

$ npm start

Development Guide

Database

You need to prepare mysql service. Default url: 127.0.0.1:3000

or use docker

$ docker-compose up

watch typescript change

$ npm run watch