Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 718 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 718 Bytes

Vert.x Scala Sample - Simple REST API

This repository contains a very simple REST API built using Scala and Vert.x.

Overview

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.

Technologies and Frameworks

  • Scala: A functional and object-oriented programming language for the JVM.
  • Vert.x: A toolkit for building reactive applications on the JVM.

Prerequisites

To run this project locally, ensure you have the following installed:

  • Java 8 or higher
  • Scala 2.12 or higher
  • SBT (Scala Build Tool)