-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# enjoyBooks | ||
# :books: enjoyBooks :books: | ||
|
||
Projet d’application autour des livres | ||
Stack | ||
Back-end : Symfony 5, RabbitMq, Docker | ||
Front-end : Twig / bootstrap | ||
|
||
- Récupérer une base de données externe de livres / auteurs | ||
- Stocker : Auteurs, livres | ||
- Système d’utilisateur | ||
o Création de compte (via un compte google) | ||
o Connexion / Déconnexion | ||
- Un utilisateur peut s’abonner à un auteur | ||
o Il reçoit une notification par mail pour chaque MAJ sur l’auteur (Nouveau livre,…) | ||
- Faire tourner un cron qui récupère les MAJ des données (auteurs / livres) | ||
o Ajouter les nouveautés en BDD | ||
o Envoyer une notification aux abonnés | ||
Projet d’application autour des livres | ||
Stack | ||
Back-end : Symfony 5, RabbitMq :rabbit:, Docker :whale:, ElasticSearch :bar_chart: | ||
Front-end : Twig / bootstrap | ||
|
||
- Récupérer une base de données externe de livres / auteurs (Google API Books) | ||
- Stocker : Auteurs, livres | ||
- Système d’utilisateur :man: | ||
o Création de compte (via un compte google) | ||
o Connexion / Déconnexion | ||
- Un utilisateur peut s’abonner à un auteur | ||
o Il reçoit une notification par mail :email: pour chaque MAJ sur l’auteur (Nouveau livre,…) | ||
- Faire tourner un cron qui récupère les MAJ des données (auteurs / livres :book:) | ||
o Ajouter les nouveautés en BDD | ||
o Envoyer une notification aux abonnés :clock7: | ||
- Espace administrateur (Modifier, ajouter, supprimer : Livres, auteurs, utilisateurs) | ||
- Systeme de recherche par auteur et/ou nom de livre |