https://github.com/buildingthingswithcode/veiling
Graduation project. A CRUD webapplication using Servlets and JSP. The goal was to create a webapplication with similar functionality as Ebay.
https://github.com/buildingthingswithcode/veiling
jsp-servlet marketplace web-application
Last synced: about 2 months ago
JSON representation
Graduation project. A CRUD webapplication using Servlets and JSP. The goal was to create a webapplication with similar functionality as Ebay.
- Host: GitHub
- URL: https://github.com/buildingthingswithcode/veiling
- Owner: BuildingThingsWithCode
- Created: 2021-08-04T21:27:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T21:11:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T06:44:01.712Z (4 months ago)
- Topics: jsp-servlet, marketplace, web-application
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Veiling
This was the graduation project when I finished my education at the Open Universiteit. The goal was to create a web application with a SQL database running on a Tomcat server.
The application needed to be sort of an eBay clone. A website where people could register, login and then bid on items or sell items.
This project uses Java, JSP, Servlets, SQL.