Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-rb/javalin-webservice

Webservice experiments based on light-weight Javalin framework
https://github.com/s-rb/javalin-webservice

Last synced: 24 days ago
JSON representation

Webservice experiments based on light-weight Javalin framework

Awesome Lists containing this project

README

        

# javalin-webservice

![Java](https://img.shields.io/badge/-Java-05122A?style=flat&logo=Java&logoColor=fffffb) ![Javalin](https://img.shields.io/badge/-Javalin-05122A?style=flat&logo=Javalin) ![MongoDB](https://img.shields.io/badge/-MongoDB-05122A?style=flat&logo=MongoDB) ![Thymeleaf](https://img.shields.io/badge/-Thymeleaf-05122A?style=flat&logo=Thymeleaf) ![Lombok](https://img.shields.io/badge/-Lombok-05122A?style=flat&logo=Lombok) ![Logback](https://img.shields.io/badge/-Logback-05122A?style=flat&logo=Logback) ![Maven](https://img.shields.io/badge/-Maven-05122A?style=flat&logo=Maven) ![Rest](https://img.shields.io/badge/-RestAPI-05122A?style=flat&logo=rest)

Webservice experiments based on light-weight Javalin framework and MongoDB database

Application to manage words in two languages and different difficulties.
- You can add word pairs
- Words will be placed in the words list and in the database
- You can load words from database

Technologies:
- JDK 11
- Javalin framework instead of Spring
- MongoDB
- Maven
- Thymeleaf
- Lombok