Restalo is an API for managing restaurant reservations. It provides functionalities for creating and managing reservations, searching for restaurants and reservations, and reviewing restaurants.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Java 21
- Maven 3.x
Clone the repository:
git clone https://github.com/username/restalo.git
cd restalo
Build the project:
mvn clean install
Run the project:
mvn spring-boot:run
Docker build image
docker build -t restalo .
Docker run image
docker compose up -d
Docker stop image
docker compose down -v
For more information about the project and how to contribute, please refer to the following files:
This project is lisenced under the MIT License - see the LICENSE file for details.
Thanks to all contributors who participated in this project and helped make it better.