Project Java

 

Project Java ET3

Github top language Github language count Repository size License

Description   |   Structure   |   Technologies   |   Installation   |   Collaborations   |   Merci   |     |   Auteur


🎯 Description

Le but de ce projet est de créer un site de gestion d'abre à travers une assocaiation.

  • Gestions des arbres et de leurs caractéristiques
  • Classement arbre remarquable
  • Vote des membres
  • Visite des arbres
  • Compte rendu
  • Gestion du budget
  • Subventions
  • Rapport
  • Dépense
  • Notification d’événement
  • Gestion des membres
  • Cotisation
  • RGPD

Structure

Diagramme UML

🚀 Technologie

Le logiciel est codé entierement en Java

🏁 Installation

Pour pouvoir installer ce répertoire

$ git clone https://github.com/Bilail/project-java.git
$ cd ../path/to/the/file
$ npm install
$ npm start
# Clone this project
$ git clone https://github.com/{{YOUR_GITHUB_USERNAME}}/project-java

# Access
$ cd project-java

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

Collaboration

Ce projet a été réalisé par : Natanaël et Bilail

Dans le cadre du Projet Java de Polytech Paris Saclay

Made with ❤️ by Bilail et Natanael

 

Back to top