Skip to content

jeevitha321/TravelEasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelEasy

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.

Prerequisites

Getting Started

Building the Docker Images

To build the Docker images for the frontend and backend services, run the following command:

docker-compose build

To 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors