git clone git@github.com:CodeMiner84/JS-shopping-cart-api.git api
git clone git@github.com:CodeMiner84/JS-shopping-cart-ui.git ui
docker-compose build
docker-compose up -d
Note that -d
flag will run project in background. For development purpose and to catch incoming errors I suggest to use command without this flag
Look also at the instrucions: API | UI
This project is licensed under the MIT License - see the LICENSE.md file for details