Skip to content

bvantagelimited/test-app-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test App Portal

Internal Tool for sharing IPification Test Applications

Build

Use standard Maven build to build the project. By default frontend and docker modules will be built.

mvn clean package

To build only frontend module use following command:

mvn -pl frontend clean package

Run

Using Docker Compose

# Navigate to docker directory
cd docker

# Start the container
docker-compose up

# Run in background
docker-compose up -d

# Stop the container
docker-compose down

The web interface will be available at: http://localhost:3009

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages