https://github.com/gip-recia/glc
Gestion locale des comptes
https://github.com/gip-recia/glc
vue3 vuetify
Last synced: 3 months ago
JSON representation
Gestion locale des comptes
- Host: GitHub
- URL: https://github.com/gip-recia/glc
- Owner: GIP-RECIA
- License: apache-2.0
- Created: 2023-05-12T07:10:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T12:08:14.000Z (about 1 year ago)
- Last Synced: 2024-04-13T15:51:33.481Z (about 1 year ago)
- Topics: vue3, vuetify
- Language: Java
- Homepage:
- Size: 6.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GLC
Gestion locale des comptes.
- [GLC](#glc)
- [Prérequis 🚨](#prérequis-)
- [Setup 🧰](#setup-)
- [Initialisation 🛠️](#initialisation-️)
- [License 📔](#license-)
- [Changelog 🆕](#changelog-)
- [Run ▶️](#run-️)
- [Tests 🧪](#tests-)
- [Build 📦](#build-)[](https://github.com/GIP-RECIA/GLC/actions/workflows/project.yml)
[](https://github.com/GIP-RECIA/GLC/actions/workflows/project.yml)## Prérequis 🚨
- [nvm](https://github.com/nvm-sh/nvm)
- [sdkman](https://sdkman.io)
- [docker](https://www.docker.com)
- mysql-client-core-8.0## Setup 🧰
### Initialisation 🛠️
```sh
make init
```Personnalisez les fichiers :
- `.env.local`
- `src/main/resources/config/application-dev.yml`### License 📔
> ⚠️ docker doit être lancé
```sh
make license-check
make license-generate
```### Changelog 🆕
```sh
yarn changelog:generate
```## Run ▶️
**frontend** :
```sh
make frontend
```**backend** :
```sh
make backend
```## Tests 🧪
**frontend** :
```sh
yarn test:unit
yarn test:e2e
```**backend** :
> ⚠️ docker doit être lancé et `mysql-client-core-8.0` installé
```sh
make backend-tests
```## Build 📦
```sh
make snapshot
make release
```