⚗️ Template repository for JHipster project developments.
This project is a sample JHipster application with additionnal module and some custom developments.
Here is the list of additional features integrated or used in this template:
- jhipster-vuejs
- generator-jhipster-paypal
- generator-jhipster-postgresuuid-converter
- GitHub Pages documentation
- Travis-CI automation
- Coveralls.io backend test coverage using coveralls-maven-plugin
🚧 This project is still in development!
See GitHub Pages at monogramm.github.io/jhipster-template.
All notable changes to this project will be documented in CHANGELOG file.
This CHANGELOG is generated with ❤️ by gitmoji-changelog This project adheres to Semantic Versioning.
npm install
To run the backend:
./mvnw
To run the frontend:
npm start
./mvnw -Pprod clean verify
To ensure everything worked, run:
java -jar target/*.jar
Then navigate to http://localhost:8080 in your browser.
./mvnw verify
Monogramm
- Website: https://www.monogramm.io
- Github: @Monogramm
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Check the contributing guide.
Give a ⭐ if this project helped you!
Copyright © 2020 Monogramm.
This project is AGPL v3 licensed.
This README was generated with ❤️ by readme-md-generator