A full-stack billing application with Spring Boot backend and React frontend, containerized with Docker.
- Docker Desktop installed
- Java 21 JDK (for local development)
- Node.js (for frontend development)
docker-compose up -d --build
mysql -h 127.0.0.1 -P 3307 -u root -p
docker-compose down -v
push on the docker hub and then use image
cd billingsoftware
docker build -t shanthi1710/billing-software-backend:latest .
cd client
docker build -t shanthi1710/billing-software-frontend:latest .
docker login -u shanthi1710
docker push shanthi1710/billing-software-backend:latest
docker push shanthi1710/billing-software-frontend:latest
docker-compose down -v
docker-compose up -d
clinet:-> http://localhost/
backend:-> http://localhost:8080/api/v1.0