JavaEE 7 webapp that represents a car dealer's website with an underlying database and CRUD capability (read, add, update, delete cars).
- new and used cars inventory
- add cars to favourites
- basic user login (wip)
Frontend:
- HTML, CSS
- JSP
Backend:
- HttpServlets
- Database: MySQL or PostgreSQL (code for both options was developed for testing purposes); change the
persistence.xml
file to switch between databases - JPA - Hibernate
Others:
- build tool: Maven
- Apache Tomcat 9