samlatavares / java-fundamentos-web-api-servlet

Project made during a class. It is a simple CRUD that allows the person that is using it to create, update, delete and read the companies data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-fundamentos-web-api-servlet

English | Português

Company Creation Page.

Company List Page.

What is this project?

  • 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.

Used Tools

  • Java 10
  • Tomcat 9
  • JSP
  • HTML

How to run this project?

  • 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!

Thank you for checking this repository!

About

Project made during a class. It is a simple CRUD that allows the person that is using it to create, update, delete and read the companies data.


Languages

Language:Java 95.4%Language:CSS 4.3%Language:HTML 0.3%