English | Português
- This project was made during this Alura's course and is an example of a servlet using Tomcat.
- It is a simple CRUD that allows the person that is using it to create, update, delete and visualize the companies data.
- Java 10
- Tomcat 9
- JSP
- HTML
- Clone this repository in your local machine
- Install Java 10
- Install Tomcat 9
- Install Eclipse
- Open eclipse and select the workspace (folder where the repository is)
- Start the Tomcat Server
- Open a tab in your browser and access the link: http://localhost:8080/gerenciador/listaEmpresas
Thank you for checking this repository!