To learn blockchain, I tried to create a simple POS system that uses blockchain in backend.
React
Redux
Java
Spring Boot
MySQL
Redis
Docker
Docker Toolbox
Docker Compose
Command
docker-compose up -d --build
Note
In front-end/.env
there is an endpoint to access from frontend to backend.
If you use docker, set http://localhost:8080
.
If you use docker toolbox, set http://192.168.99.100:8080
.