mskrzynski / TankMuseum

A simple RESTful Web Services example project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TankMuseum

A simple RESTful Web Services example project

It was created and is utilising the following technologies:

  • IntelliJ IDEA
  • Spring Initializr (Spring Boot):
    • Maven
    • Java 11 (War packaging)
    • Spring Web (embedded Apache Tomcat, Spring MVC for RESTful)
    • Spring Data MongoDB (JSON database)
    • Embedded MongoDB Database (for testing)
    • Thymeleaf

After running the project, it is available locally at http://localhost:8080

About

A simple RESTful Web Services example project

License:MIT License


Languages

Language:Java 68.8%Language:HTML 31.2%