This is a personal project used for my Junior Software Engineer application at Synergie Global. It is a simple URL shortener application that allows users to shorten URLs and manage them.
Frontend repository: urlshortener-frontend
- Java 17
- Maven 3.8.3
Warning: Environment variables are required to run the application. Please refer to the
stack.env.examplefile for more information.
- Rename
stack.env.exampletostack.env - Run the following command to build the image
docker build -t urlshortener-backend .- Run the following command to run the container
docker run --env-file stack.env -p 4002:4002 urlshortener-backend- Rename
stack.env.exampletostack.env - Add
stack.envto the environment variables in the run configuration - Run the application