Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Lenoxy/javaee-list-backend

Repository files navigation

JavaEE List Backend

Purpose

This is a project for getting to know the technology stack at work. It uses JavaEE and a Postgres DB to build a backend for a non-existing frontend application.

Run the project locally

  1. Have Docker and Maven installed locally
  2. git clone [email protected]:Lenoxy/javaee-list-backend.git
  3. cd javaee-list-backend
  4. mvn package
  5. To enable the optional debug mode, uncomment line 13 (COPY --chown=1001:0 jvm.options /config/jvm.options) in the /Dockerfile
  6. docker compose up -d
  7. If the debug mode has been enabled before, the debugger can now be attached on port 7777.
  8. Use the /api.http file to test the backend or any other tool on the backend running on localhost:8080
  • Optionally you can find an IntelliJ run config at /.run/RUN.run.xml. It invokes the Maven build and starts the containers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks