The travel book application was created using Spring MVC technologies and implemented a clean architecture structure
Provide instructions on how to install your project. Include any dependencies or prerequisites that need to be set up.
# Example installation steps
git clone https://github.com/Ismoil-Zaripov/travelbook-mvc-project.git
cd travelbook-mvc-projec
mvn clean install
java -jar target/travelbook-mvc-project-1.0.0.jar
---
## Technologies
- Java programming language
- Maven build tool
- Spring framework
- PostgreSQL database
- Clean Architecture
- MVC application