Skip to content

Owen-oj/learning-vertx

Repository files navigation

Books

This is a simple API project in Vertx for learning purposes. By the end of the project a VueJs Frontend will be built to consume the API.

Available Endpoints

  • GET /books - Get all books

  • GET /books/:isbn - Get specific book

  • POST /books - Add a new book

  • PUT /books/:isbn - Update a specific book

  • DELETE /books/:isbn - Delete a specific book

vert.x 3.7.1 purple

This application was generated using http://start.vertx.io

Building

To launch your tests:

./mvnw clean test

To package your application:

./mvnw clean package

To run your application:

./mvnw clean compile exec:java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published