Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/samlatavares/java-fundamentos-web-api-servlet

css flexbox html java jsp tomcat

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

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