Alex18gr / spring-classroom-demo

A spring RESTful api example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-classroom-demo

A spring RESTful API demo. It is a backend server for Anguar Classrooms demo project. It manages classroom and student entities and the relation between them. The data is stored to a h2 Database and reset on every application run. The main components of the application:

Run the application

To run the application you have to clone or download the repository and import it to and IDE like Eclipse or Intellij or you can excecute is with maven shell commands:

mvn spring-boot:run

About

A spring RESTful api example


Languages

Language:Java 99.6%Language:Dockerfile 0.4%