DinnerBell

A full-stack Java application made with Spring Boot.

DinnerBell is a foodie community platform for restaurant patrons to leave reviews, choose their favorites, and search through categories of local restaurants. Restaurant owners can provide details about their business and view community statistics. Patrons and owners can both upload images to the site.

  • Spring Boot
  • Hibernate ORM + JPA
  • Thymeleaf
  • HTML/CSS
  • Javascript/Bootstrap

Setup Instruction

  1. Clone this repo locally.
  2. Create an application.properties file with valid credentials for a MySQL connection, use the application.properties.example as a template.
  3. Make sure to start MySQL server.
  4. Run the seeder.sql file to populate some data in the database.

https://getbootstrap.com/docs/5.0/getting-started/introduction/
https://coolors.co/8ecae6-219ebc-023047-ffb703-fb8500