TravelEasy is a web application that helps users manage their travel itineraries. This project includes both a frontend built with React and a backend built with Spring Boot.
To build the Docker images for the frontend and backend services, run the following command:
docker-compose buildTo start the application with the logs using Docker Compose, run the following command:
docker-compose up -d && docker-compose logs -f
Frontend: The frontend service will be accessible at http://localhost:3000. Backend: The backend service will be accessible at http://localhost:8080.
Stop the Application:
Stop the Application:
For error /bin/sh: bad interpreter: Permission denied typically indicates a problem with the shebang line at the beginning of the script, file permissions. To fix run
chmod +x backend/mvnw