An open API service indexing awesome lists of open source software.

https://github.com/phax/peppol-practical

The peppol.helger.com website
https://github.com/phax/peppol-practical

Last synced: 10 months ago
JSON representation

The peppol.helger.com website

Awesome Lists containing this project

README

          

# peppol-practical
The source code of the [peppol.helger.com](http://peppol.helger.com) website.
This project requires Java 11+ for building and running.

This project is licensed under the Apache 2.0 License.

## Running

To run this application locally either clone it or download it.
Load the project into Eclipse (best to use "Import | Maven | Import existing Maven project...").
Run `com.helger.peppol.jetty.RunInJettyPP` from within Eclipse - that launches a Jetty.
Open `http://localhost:8080/` in your browser.

---

My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.