A blog by travelers.
Travelling and adventure has always been passion and addiction for many people. Traveler’s Diary works as a community for those people. Travellers can sign-up to the website to create and explore the travelling stories by others and also communicate. It is developed using Spring Boot.
- Programming Language: Java
- Framework: Spring Boot
- Database Management System: MySQL
- Dependencies: Lombok, Spring JPA, Spring Boot Devtools, Thymeleaf
- Front-End Tools: HTML, CSS
- Login and Sign-Up system
- Home page with multiple blog headings.
- Navigation bar to simplify usage.
- Explore blogs page shows blogs of all categories.
- Blogs can be searched by keywords.
- Blogs with picture can be created by user.
- Users can communicate and pass information in the comment section of each blog.
- Pagination to navigate all the pages.
- Session timeout after 10 mins.
- Code follows MVC architecture.
- No boilerplate codes.
- Precise implementation of OOP concepts.