Codebase for the blog post #HOWTO: Jakarta EE and MicroProfile applications with React and PostgreSQL
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
guide-to-jakarta-ee-with-react-and-postgresql
- Navigate to the
frontend
folder to install all dependencies withnpm install
and build the app withnpm run build
- Navigate back to the root of this project and execute the following:
mvn clean package
docker-compose build
docker-compose up --force-recreate
- Wait until everything is up- and running and then visit: http://localhost:8080