This project is a dental clinic consultation management system developed to facilitate the marking and payment of consultations by customers. The system includes a CRUD of customers, employees, menus and queries, allowing the scheduling and management of appointments efficiently and organized.
https://github.com/NilloGabriel/tcc-etb-organizer.gitCreate a database with the script available in the Database/Odon.sql file.
Configure the connection to the MySQL database, replacing the values of the url , user and pass properties in the SRC/Java/Model/DatabaseDao file.
Create a folder called "LIB" in the project root and add the premises to the folder.
Compile and Package the application:
Compile the application by running the command:
javac -cp " src/java:lib/* " -d target/classes src/java/ * .java Create a clinica_odonto.war file running the command:
jar -cvf clinica-odonto.war -C target/classes/ . Copy the clinica-odonto.war file generated to the Glassfish Server autodeploy folder.
Start Glassfish Server.
In the Glassfish Server directory bin folder, run the command:
asadmin start-domainhttp://localhost:8080/clinica-odonto . Gabriel D'Nillo
Adriel Oliveira
Luiz Filipe
Mateus Vieira
Samuel Oliveira