Point of Sales system.
The docker-compose file sets up the backend and the frontend.
Frontend development can be done using the frontend container.
Hotreloading works with the frontend deployed in docker.
This allows for any edits in the code to instantly be visible in the deployed frontend docker container.
By running:
docker-compose up
The frontend and backend are deployed and connected.
By running:
docker-compose up --build
a rebuild of the images can be forced.
the frontend will be reachable on:
localhost:3000
and the backend on:
localhost:8000
db reachable on:
localhost:5432