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

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.

Awesome Lists containing this project

README

          

# careerfair-maven-webapp
![Demo App](https://img.shields.io/badge/demo_app-blue)

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 .