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
- Host: GitHub
- URL: https://github.com/phax/peppol-practical
- Owner: phax
- License: apache-2.0
- Created: 2014-10-03T20:35:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T14:39:19.000Z (10 months ago)
- Last Synced: 2025-07-20T16:23:42.811Z (10 months ago)
- Language: Java
- Homepage: https://peppol.helger.com
- Size: 16.9 MB
- Stars: 13
- Watchers: 8
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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.