A personal portfolio website built with Spring Boot and Thymeleaf.
- Home page
- Contact page
- Projects page
- Resume page
- Java
- Spring Boot
- Thymeleaf
- Maven
- Clone the repository:
git clone https://github.com/codewithbalaji/portfolio-java.git - Navigate to the project directory:
cd portfolio-java - Build the project using Maven:
mvn clean install - Run the application:
mvn spring-boot:run - Open your web browser and go to
http://localhost:8080
Navigate through the different sections of the website using the navigation bar.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-new-feature - Make your changes and commit them:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.