Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Zentory

ERP - Application de gestion de ressources d'entreprise.

Stack technique

ComposantTechnologieVersion
FrontendAngular21.2
BackendSpring Boot3.4.1
LangageJava21 (LTS)
Base de donnéesPostgreSQL16
ConteneurisationDocker / Docker Compose-

Structure du projet

Zentory/
├── backend/ # API REST - Spring Boot
│ └── src/
│ └── com.zentory
│ ├── entity/ # Entités JPA
│ ├── repository/ # Repositories Spring Data
│ └── controller/ # Controllers REST
├── frontend/ # SPA - Angular
│ └── src/app/
└── docker-compose.yml

Prérequis

  • Java 21+
  • Maven 3.9+
  • Node.js 22+
  • npm 10+
  • Docker & Docker Compose

Démarrage

Avec Docker (recommandé)

sudo systemctl start docker
docker compose up --build

En développement

Backend :

cd backend
mvn spring-boot:run

Frontend :

cd frontend
npm install
ng serve

Services

ServiceURLDescription
Frontendhttp://localhost:4200Application Angular
Backendhttp://localhost:8080API REST Spring Boot
PostgreSQLlocalhost:5432Base de données

Endpoints API

MéthodeURLDescription
GET/api/healthSanté du service
GET/api/usersListe des utilisateurs
GET/api/users/{id}Utilisateur par ID
POST/api/usersCréer un utilisateur

About

ERP

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages