Table of Contents
Here is the Lootin's BackEnd application which follows a REST architecture. It contains all the "reflection" behind the Front application and ensures the connection to the SQL database. It's recommended to use this application with the "Front" repository of Lootin-IGM organization.
For building and running the application you need:
As usual, you get started by cloning the project to your local machine:
git clone https://github.com/Lootin-IGM/BackEnd.git
To use Lootin, you must create a database named "lootin" and create a user with all the rights on it having for login: "lootin" and for password "lootin".
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the src/main/java/fr/uge/lootin/back/LootinApplication class from your IDE.
This project was developed by: