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

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.

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]
[![Docs](https://img.shields.io/badge/Docs-Github%20Pages-blue)](https://monogramm.github.io/jhipster-template/)
[![gitmoji-changelog](https://img.shields.io/badge/Changelog-gitmoji-blue.svg)](https://github.com/frinyvonnick/gitmoji-changelog)
[![Build Status](https://travis-ci.org/Monogramm/jhipster-template.svg)](https://travis-ci.org/Monogramm/jhipster-template)
[![Coverage Status](https://coveralls.io/repos/github/Monogramm/jhipster-template/badge.svg?branch=master)](https://coveralls.io/github/Monogramm/jhipster-template?branch=master)
[![GitHub stars](https://img.shields.io/github/stars/Monogramm/jhipster-template?style=social)](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)_