Skip to content

This is a spring based project made during spring learning at the college

Notifications You must be signed in to change notification settings

oussjalleli/Kaddem-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot - Academic project

For 4th year classes (engineering degree): ESPRIT engineering school

Class Diagram

image

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the tn.esprit.kaddemproject.KaddemProjectApplication class from your IDE.

Alternatively you can use the Spring Boot Maven Wrapper plugin like so:

./mvnw spring-boot:run

Browser URL

Open your browser at the following URL for Swagger UI (giving REST interface details):

http://localhost:9090/swagger-ui/index.html

About

This is a spring based project made during spring learning at the college

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages