Fincon requires "babel-cli" and "nodemon" modules:
$: sudo yarn global add babel-cli nodemonStart server:
$: yarn install
$: yarn startWork with server in docker:
- Clone the repo
git clone https://github.com/money-manager/fincon-service.git
cd fincon-service- Make the distr
./scripts/make_distr.sh .- Build the container
docker build -t fincon .- Run the container
docker run -d -p8000:8000 fincon- Open your browser and write the url
localhost:8000/hello