Skip to content

Latest commit

 

History

History
executable file
·
41 lines (25 loc) · 389 Bytes

README.md

File metadata and controls

executable file
·
41 lines (25 loc) · 389 Bytes

Product Inventory (NodeJs + ReactJs)

Backend (NodeJS + Inversify + Jest)

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  

Frontend


cd frontend-reactjs

#install
yarn install

# run
yarn start

# test
yarn test