sprout-module-test

Test library for a Sprout Module

License

License

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.savantly.sprout
ArtifactId

ArtifactId

sprout-module-test
Last Version

Last Version

2.0.0-RC2
Release Date

Release Date

Type

Type

jar
Description

Description

sprout-module-test
Test library for a Sprout Module
Project URL

Project URL

https://github.com/savantly-net/sprout-platform
Source Code Management

Source Code Management

https://github.com/savantly-net/sprout-platform/tree/master

Download sprout-module-test

How to add to project

<!-- https://jarcasting.com/artifacts/net.savantly.sprout/sprout-module-test/ -->
<dependency>
    <groupId>net.savantly.sprout</groupId>
    <artifactId>sprout-module-test</artifactId>
    <version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/net.savantly.sprout/sprout-module-test/
implementation 'net.savantly.sprout:sprout-module-test:2.0.0-RC2'
// https://jarcasting.com/artifacts/net.savantly.sprout/sprout-module-test/
implementation ("net.savantly.sprout:sprout-module-test:2.0.0-RC2")
'net.savantly.sprout:sprout-module-test:jar:2.0.0-RC2'
<dependency org="net.savantly.sprout" name="sprout-module-test" rev="2.0.0-RC2">
  <artifact name="sprout-module-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.savantly.sprout', module='sprout-module-test', version='2.0.0-RC2')
)
libraryDependencies += "net.savantly.sprout" % "sprout-module-test" % "2.0.0-RC2"
[net.savantly.sprout/sprout-module-test "2.0.0-RC2"]

Dependencies

compile (6)

Group / Artifact Type Version
net.savantly.sprout : sprout-spring-boot-starter jar 2.0.0-RC2
com.h2database : h2 jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-security jar
org.springframework.security : spring-security-test jar
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

sprout-platform

CI

Sprout Web App

The Sprout Platform provides an extensible and modular application platform, suitable for custom CMS, line-of-business, application portals, or other types of apps.

You can use the default server, or add the Sprout Starter Library to your own Spring Boot project.
It can be used headless, but a default UI is provided which is customizable via plugins.

It's opinionated, but the default configurations can be backed off - so you can use as much or as little as you want.
Full documentation is in progress, and PRs are welcome!

Go here for documentation

The front-end UI uses a plugin system to add or modify functionality.
Read more about the front-end

The back-end server uses a module system to add or modify functionality. A module may also provide plugins to the UI.
Read more about the back-end

The platform has gone through several iterations - AngularJS, Angular 2/4/6, and now React.
I got lots of inspiration [and code] from the Grafana UI + toolkit for this latest iteration.

I'd love to get some input from the community!

If there is specific feature you'd like, or if you experience a bug, please open an issue here

Please consider contributing through PRs or Patreon

I believe the Open Source community needs an enterprise grade CMS that's flexible enough for any project starter.
Help me create that!

paypal

Sprout platform is currently being refactored to leverage the latest libraries and practices. Follow this project to stay informed.

Quick Start

Use the docker images to start an example server + web app.
docker-compose up

The example server creates a user -
username: admin
password: changeme!

Examples

Live Server Demo

  • username: admin
  • password: changeme!

https://sprout-server.herokuapp.com/

Live Client Demo

  • username: admin
  • password: changeme!

https://sprout-web.herokuapp.com/

Screenshots

Default Website Landing Page

Sprout Web App

Editing a Panel

Editing a Panel

Panel Editor

Sprout Web App

File/Document Management

Editing a Panel

net.savantly.sprout

Savantly

Savantly custom software solutions for your business

Versions

Version
2.0.0-RC2
2.0.0-RC1