https://github.com/ibjunior/gen-ai-app
Ce repo est la partie frontend d'une application démontrant l'intégration de l'IA générative dans une application Spring Boot en utilisant OpenAI.
https://github.com/ibjunior/gen-ai-app
angular spring-boot springai
Last synced: about 2 months ago
JSON representation
Ce repo est la partie frontend d'une application démontrant l'intégration de l'IA générative dans une application Spring Boot en utilisant OpenAI.
- Host: GitHub
- URL: https://github.com/ibjunior/gen-ai-app
- Owner: IBJunior
- Created: 2024-09-21T20:27:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T14:55:45.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:15:33.085Z (over 1 year ago)
- Topics: angular, spring-boot, springai
- Language: TypeScript
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Gen AI App
Ce repo est la partie frontend [d'une application démontrant](https://github.com/IBJunior/spring-gen-ai) l'intégration de l'IA générative dans une application Spring Boot en utilisant OpenAI.
## Prérequis
Le projet a été généré avec [Angular CLI](https://github.com/angular/angular-cli) version 18.2.4. Il faut donc avoir au moins la version 20 de [Node](https://nodejs.org/en) installée.
## Lancement du projet
1. Cloner et Lancer le projet backend https://github.com/IBJunior/spring-gen-ai.
2. Ensuite `ng serve` dans le terminal pour lancer l'application front et se rendre sur `http://localhost:4200/`.
## Interface du projet