Skip to content

money-manager/fincon-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fincon service

Fincon requires "babel-cli" and "nodemon" modules:

$: sudo yarn global add babel-cli nodemon

Start server:

$: yarn install
$: yarn start

Work with server in docker:

  1. Clone the repo
git clone https://github.com/money-manager/fincon-service.git
cd fincon-service
  1. Make the distr
./scripts/make_distr.sh .
  1. Build the container
docker build -t fincon .
  1. Run the container
docker run -d -p8000:8000 fincon
  1. Open your browser and write the url
localhost:8000/hello

About

financial consultant service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors