An open API service indexing awesome lists of open source software.

https://github.com/timnekk/restaurantmanagementsystem

CLI Restaurant Simulation using Java
https://github.com/timnekk/restaurantmanagementsystem

Last synced: 9 months ago
JSON representation

CLI Restaurant Simulation using Java

Awesome Lists containing this project

README

          

# Restaurant Management System
CLI Restaurant Simulation using Java

## Usage

Install app using Maven.

```
mvn package
```

And run it.

```
java -jar .\target\restaurant-management-system-1.0.jar
```

## Contrubutors

- [TimNekk](https://github.com/TimNekk)
- [Yanulio](https://github.com/Yanulio)
- [aiiri8](https://github.com/aiiri8)