cd backend
docker-compose up
#install
yarn install
# comile (I uploaded the compiled version,
# but if you have any problem run below)
yarn webpack
# run
yarn start
# test
yarn test
cd frontend-reactjs
#install
yarn install
# run
yarn start
# test
yarn test