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

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.

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.