QuentinFelten/Projet_JEE
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# ST2JEE_Final-Project ST2JEE_Final-Project is an application that aims to help any teacher at EFREI Paris easily supervise the interns assigned to him/her. ## Database The application has been developed using a database named “ST2EEDB”, which username and password are respectively “jee” and “jee”. Its URL is as follows: “jdbc:derby://localhost:1527/Java - TP2”. In order to initialize the database, you will need to use the “init.sql” script located in the project’s main folder. ## Launching the application To launch the application, you will need to run it from your IDE, as we do not have a .exe file that would automatically launch the application for the user. Username and password to connect to the application are respectively “jee” and “jee”.