/spring-classroom-demo

A spring RESTful api example

Primary LanguageJava

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