Skip to content

Wesley00s/restaurant-application-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Management System

Welcome to the Restaurant Management System repository! This project is a Java application based on Spring Boot, using PostgreSQL as the database to create a REST API for restaurant management. The system includes essential classes to model the structure of a restaurant, such as Client, Eating Table, Employee, Ingredient, Item, and Request.

Prerequisites

Make sure you have the following tools installed before running the system:

Database Configuration

PostgreSQL is used as the database to store system data. Before running the application, create a database named restaurant_application_system_db and adjust the connection settings in the application.yml file.

spring:
   datasource:
     url: jdbc:postgresql://localhost:5432/restaurant_application_system_db
     username: postgres
     password: 123456

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages