hello
Warehouse-Manager/code:
docker-compose run --rm --service-ports logistics-api npm run dev
Warehouse-Manager/code/logistics:
npm i && npm run dev
To Keep the API documented, on the controllers use decorators @Route() and @Get("/") [POST/PUT/PATH/DELETE]
To check linting run: npm run lint
Warehouse-Manager/code:
docker-compose run logistics-api npm run test
Warehouse-Manager/code/logistics:
npm test
Warehouse-Manager/code:
docker-compose run --rm --service-ports storage-api dotnet EletricGo.dll
Warehouse-Manager/code:
docker-compose run --rm --service-ports storage-api dotnet test
With Docker installed run: Warehouse-Manager/code:
docker-compose up
Manual test logistics API: http://localhost:3000/docs
Manual test storage API: http://localhost:8000/swagger
Warehouse-Manager/code:
docker-compose run --rm --service-ports spa npm run dev
Warehouse-Manager/code:
docker-compose run --rm spa npm run test:unit
Warehouse-Manager/code/spa:
npm run test:e2e
apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb