Skip to content
Snippets Groups Projects
Commit fa5a973f authored by jeremy.gobet's avatar jeremy.gobet
Browse files

fix architecture

parent f68f2d67
No related branches found
No related tags found
No related merge requests found
...@@ -55,30 +55,30 @@ Pour stopper le serveur Node, utilisez la commande **CTRL + C** ...@@ -55,30 +55,30 @@ Pour stopper le serveur Node, utilisez la commande **CTRL + C**
### Architecture du projet ### Architecture du projet
+------------+ +------------+
| | | |
| | | |
+--+ Frontend +--+ +--+ Frontend +--+
| | | | | | | |
| | | | | | | |
| +------------+ | | +------------+ |
| | | |
| | | |
| | | |
| | | |
v v v v
+-------------+ +-------------+ +-------------+ +-------------+
| API | | API | | API | | API |
+-------------+ +-------------+ +-------------+ +-------------+
| | | | | | | |
| Backend | | ICNDB | | Backend | | ICNDB |
| NODE.JS | | API public | | NODE.JS | | API public |
| | | | | | | |
+-------------+ +-------------+ +-------------+ +-------------+
- Frontend: Projet HTML5, CSS3, JS - Frontend: Projet HTML5, CSS3, JS
- Backend: Exposition d'une API REST sur NODE.JS pour la gestion des notations - Backend: Exposition d'une API REST sur NODE.JS pour la gestion des notations
- ICNDB: API Rest public pour réccupérer les blagues de Chuck Norris ([api.icndb.com]) - ICNDB: API Rest public pour réccupérer les blagues de Chuck Norris (https://api.icndb.com)
### Fonctionnalités ### Fonctionnalités
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment