Skip to content

Commit

Permalink
Fix: README 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaine committed Jan 16, 2023
1 parent f0719ee commit 239acb6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://chatbot.fabnum.fr" target="blank"><img src="https://chatbot.d.fabnum.fr/assets/img/logo_fabrique_chatbot.svg" width="320" alt="Logo Fabrique à chatbots" /></a>
<a href="https://chatbot.fabnum.fr" target="blank"><img src="https://chatbot.fabnum.fr/assets/img/logo_fabrique_chatbot.svg" width="320" alt="Logo Fabrique à chatbots" /></a>
</p>

## Usine à Chatbots
Expand All @@ -15,19 +15,19 @@ C’est également une aide pratique pour la constitution d’une base documenta

### Architecture

Frontend sous [Angular 10](https://angular.io/docs) couplé à [Angular Material](https://material.angular.io/).
Frontend sous [Angular 15](https://angular.io/docs) couplé à [Angular Material](https://material.angular.io/).

Backend sous [NestJS 6](https://docs.nestjs.com/), framework [NodeJS](http://nodejs.org).
Backend sous [NestJS 9](https://docs.nestjs.com/), framework [NodeJS](http://nodejs.org).

Tests réalisés avec [Cypress](https://docs.cypress.io/).

| Repo Git | URL | Technologies | Description |
| ------------------ | ----------------------------------------------------- | ------------------ | ---------------------------------- |
| Usine - Front | https://github.com/fabnumdef/fabrique-chatbot-front | Angular 10 | Front du site de l'Usine |
| Usine - Back | https://github.com/fabnumdef/fabrique-chatbot-back | NestJS 6 | Back du site de l'Usine |
| Chatbot - Front | https://github.com/fabnumdef/chatbot-front | Angular 10 | Front des Backoffices des chatbots |
| Chatbot - Back | https://github.com/fabnumdef/chatbot-back | NestJS 6 | Back des Backoffices des chatbots |
| Chatbot - Template | https://github.com/fabnumdef/chatbot-template | RASA 1.10 | Template RASA des chatbots |
| Repo Git | URL | Technologies | Description |
| ------------------ | ----------------------------------------------------- |--------------| ---------------------------------- |
| Usine - Front | https://github.com/fabnumdef/fabrique-chatbot-front | Angular 15 | Front du site de l'Usine |
| Usine - Back | https://github.com/fabnumdef/fabrique-chatbot-back | NestJS 9 | Back du site de l'Usine |
| Chatbot - Front | https://github.com/fabnumdef/chatbot-front | Angular 15 | Front des Backoffices des chatbots |
| Chatbot - Back | https://github.com/fabnumdef/chatbot-back | NestJS 9 | Back des Backoffices des chatbots |
| Chatbot - Template | https://github.com/fabnumdef/chatbot-template | RASA 3.4.0 | Template RASA des chatbots |

### Utilisation

Expand Down

0 comments on commit 239acb6

Please sign in to comment.