Using React.js, shadcn, react-router
Grain Transport Journey Recording Platform The "Grain Transport Journey Recording Platform" is a web application designed to simplify the management of grain transportation for a logistics company. It allows for the efficient recording and tracking of every trip undertaken by the drivers, thus making the payment process faster.
Configuration .env:
# dev
VITE_API_URL=http://localhost:8080
VITE_DEBUG=1
# docker
VITE_API_URL=VITE_API_URL_PLACEHOLDER
# prod
VITE_API_URL=Run dev:
npm run dev