This repository contains a very simple REST API built using Scala and Vert.x.
This project demonstrates how to use Vert.x with Scala to build a lightweight, reactive REST API. The project is structured to showcase a basic implementation of a RESTful service with endpoints for handling HTTP requests.
- Scala: A functional and object-oriented programming language for the JVM.
- Vert.x: A toolkit for building reactive applications on the JVM.
To run this project locally, ensure you have the following installed:
- Java 8 or higher
- Scala 2.12 or higher
- SBT (Scala Build Tool)