https://github.com/geozi/careerfair-maven-webapp
The Career Fair webapp is a Maven project that uses Jakarta, JUnit for testing, Servlets for front and back-end connectivity, and an in-memory db.
https://github.com/geozi/careerfair-maven-webapp
demo-app in-memory-database jakarta-ee junit5 layered-architecture maven servlets-jsp
Last synced: 7 months ago
JSON representation
The Career Fair webapp is a Maven project that uses Jakarta, JUnit for testing, Servlets for front and back-end connectivity, and an in-memory db.
- Host: GitHub
- URL: https://github.com/geozi/careerfair-maven-webapp
- Owner: geozi
- Created: 2024-02-28T13:36:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T10:36:14.000Z (over 1 year ago)
- Last Synced: 2025-02-07T06:23:38.033Z (9 months ago)
- Topics: demo-app, in-memory-database, jakarta-ee, junit5, layered-architecture, maven, servlets-jsp
- Language: Java
- Homepage:
- Size: 454 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# careerfair-maven-webapp

A Jakarta (Java EE) web app.
## About The Project
The Career Fair app is a simple web app for registering users to a Career Fair. A User interacts with the in-memory database through a browser. The primary purpose of the app is the demonstration of layer-based code organization, automated dependency management through Maven, and the deployment of Java Servlets as Controllers.
## Built with
* Jakarta (Java EE)
* Maven
* Bootstrap
## Prerequisites
To run the project, make sure to use the dependencies as they are mentioned in the pom.xml .