This complete application shows the available employees in an hierarchy fashion while pulling employee data from momenton-server. The project contains one microservices e.g. momenton-server and one front end named momenton-client.
It contains a docker-compose file which can be used to deploy the entire application seemlessly on any given box.
- git clone https://github.com/golashr/momenton.git
- cd momenton
NOTE: If there are existing docker instances (sudo docker ps -a), stop and remove them
sudo docker stop $(sudo docker ps -aq)
sudo docker rm $(sudo docker ps -aq)
-
Create docker network by running this command
docker network create -d bridge --subnet 172.23.240.0/24 --gateway 172.23.240.1 momenton_net
-
Run the geth nodes by running docker-compose up -d
-
Go to the momenton app folder
- cd momenton
- npm install
- yarn build
- npm start
- Visit localhost:3000/home