Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samlatavares/java-fundamentos-web-api-servlet
- Owner: samlatavares
- Created: 2022-04-26T00:46:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T09:37:13.000Z (about 1 year ago)
- Last Synced: 2024-10-10T19:43:14.787Z (27 days ago)
- Topics: css, flexbox, html, java, jsp, tomcat
- Language: Java
- Homepage:
- Size: 831 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-fundamentos-web-api-servlet
English | Português## 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!