This is an app to show drivers from Brewery delivery trucks the beer containers temperature status based on the beer temperature range.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Docker
docker build --tag beer-temperature-app:1.0 .
docker run --publish 3000:3000 --detach --name bta beer-temperature-app:1.0
Get container id
docker ps
Stop it
docker stop <container>
yarn
yarn start
yarn test
yarn test:unit
yarn test:e2e
yarn test:ci
JavaScript
TypeScript
React
Node
Express
yarn
jest
If I had more time I would like to:
- add an unit test that is missing on the client truck-service
- refactor code to a better state
- enhance the UI/UX to be more appealing to the drivers.
- if possible I would like to implement websockets instead of having to ping the server ever few seconds
- Rodrigo Serviuc Pavezi - rodrigopavezi
This project is licensed under the MIT License - see the LICENSE.md file for details