Skip to content

A sample project using Plume Framework and Plume Admin

Notifications You must be signed in to change notification settings

lucas-amiaud/Plume-showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plume showcase

This project enables to test quickly the Plume Framework ecosystem. It contains:

A React administration frontend using this showcase project can be setup quickly with Create Plume React Project.

Configuring your IDE

Install Lombok: http://jnb.ociweb.com/jnb/jnbJan2010.html#installation

Launching the server

Just run the com.coreoz.WebApplication class, you can then open your browser to http://localhost:8080.

Configuration

The configuration file is located in src/main/resources/application.conf. If you have any doubt, check out the configuration documentation.

Administration area

The React frontend can be started using yarn start and opening http://localhost:3000/.

In the login screen, the credentials are:

  • login: admin
  • password: admin

Swagger

Swagger is pre-configured to provide documentation about the project web-services. This documentation is protected by credentials that should be configured in the application.conf file.

To access this documentation, start the project and go to http://localhost:8080/. As a reminder, the default Swagger credentials are: plume//rocks.

About

A sample project using Plume Framework and Plume Admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.5%
  • HTML 2.5%