https://github.com/monogramm/jhipster-template
:coffee: :clipboard: Template repository for JHipster project developments.
https://github.com/monogramm/jhipster-template
docker gitmoji-changelog java jhipster jhipster-template template vuejs
Last synced: about 2 months ago
JSON representation
:coffee: :clipboard: Template repository for JHipster project developments.
- Host: GitHub
- URL: https://github.com/monogramm/jhipster-template
- Owner: Monogramm
- License: agpl-3.0
- Created: 2020-02-18T17:49:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-13T20:10:50.000Z (4 months ago)
- Last Synced: 2026-02-14T03:28:12.790Z (4 months ago)
- Topics: docker, gitmoji-changelog, java, jhipster, jhipster-template, template, vuejs
- Language: Java
- Homepage:
- Size: 838 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[uri_license]: http://www.gnu.org/licenses/agpl.html
[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg
[![License: AGPL v3][uri_license_image]][uri_license]
[](https://monogramm.github.io/jhipster-template/)
[](https://github.com/frinyvonnick/gitmoji-changelog)
[](https://travis-ci.org/Monogramm/jhipster-template)
[](https://coveralls.io/github/Monogramm/jhipster-template?branch=master)
[](https://github.com/Monogramm/jhipster-template)
# **JHipster template**
> :alembic: 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](https://github.com/jhipster/jhipster-vuejs)
- [generator-jhipster-paypal](https://github.com/contribution-jhipster-uga/generator-jhipster-paypal)
- [generator-jhipster-postgresuuid-converter](https://github.com/amitjindal/generator-jhipster-postgresuuid-converter)
- [GitHub Pages documentation](https://pages.github.com/)
- [Travis-CI automation](https://travis-ci.org/)
- [Coveralls.io](https://coveralls.io/) backend test coverage using [coveralls-maven-plugin](https://github.com/trautonen/coveralls-maven-plugin)
:construction: **This project is still in development!**
## :blue_book: Docs
See GitHub Pages at [monogramm.github.io/jhipster-template](https://monogramm.github.io/jhipster-template/).
## :chart_with_upwards_trend: Changes
All notable changes to this project will be documented in [CHANGELOG](./CHANGELOG.md) file.
This CHANGELOG is generated with :heart: by [gitmoji-changelog](https://github.com/frinyvonnick/gitmoji-changelog)
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## :construction: Install
```sh
npm install
```
## :rocket: Usage
### Development
To run the backend:
```sh
./mvnw
```
To run the frontend:
```sh
npm start
```
### Production
```sh
./mvnw -Pprod clean verify
```
To ensure everything worked, run:
```sh
java -jar target/*.jar
```
Then navigate to in your browser.
## :white_check_mark: Run tests
```sh
./mvnw verify
```
## :bust_in_silhouette: Authors
**Monogramm**
- Website:
- Github: [@Monogramm](https://github.com/Monogramm)
## :handshake: Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/Monogramm/jhipster-template/issues).
[Check the contributing guide](./CONTRIBUTING.md).
## :thumbsup: Show your support
Give a :star: if this project helped you!
## :page_facing_up: License
Copyright © 2020 [Monogramm](https://github.com/Monogramm).
This project is [AGPL v3](uri_license) licensed.
---
_This README was generated with :heart: by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_