Food Ordering App is a web application, which is created with the basic idea to allow a customer browse restaurants and order menu items from that restaurant.
- JDK, Maven, and Postgress
- Create a Postgres database named “restaurantdb”.
- Update the database configuration information in localhost.properties and application.yaml file.
- mvn clean install -Psetup -Dskiptest
- mvn clean install site:run