https://github.com/nicolasbizzozzero/twister
[fr] Twitter-like social network using Apache Tomcat, MongoDB and MySQL
https://github.com/nicolasbizzozzero/twister
apache-tomcat css html java javascript mongodb mongodb-database mysql mysql-database social-network sql tomcat
Last synced: about 1 year ago
JSON representation
[fr] Twitter-like social network using Apache Tomcat, MongoDB and MySQL
- Host: GitHub
- URL: https://github.com/nicolasbizzozzero/twister
- Owner: NicolasBizzozzero
- License: gpl-3.0
- Created: 2017-02-08T11:36:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T20:33:53.000Z (about 8 years ago)
- Last Synced: 2025-04-12T06:18:09.711Z (about 1 year ago)
- Topics: apache-tomcat, css, html, java, javascript, mongodb, mongodb-database, mysql, mysql-database, social-network, sql, tomcat
- Language: Java
- Homepage: http://twister.ga
- Size: 16.7 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twister
Projet effectué dans le cadre de l'UE "[3I017] - Technologies du web" par Bourmaud Alexia et Bizzozzero Nicolas.
Le site est un clone de Twitter imitant quelques-unes de ses fonctionnalités. Le serveur tourne sur Apache Tomcat et utilise MySQL et MongoDB comme base de données.
## Sites utiles
http://www-connex.lip6.fr/~soulier/content/TechnoWeb/TechnoWeb.html
http://li328.lip6.fr:8280/manager/html
http://li328.lip6.fr/phpmyadmin
## Todo
### Bugs
* La date d'anniversaire doit être au format YYYY-MM-DD, il faut le checker
* La fonction retournant le temps d'inactivite d'un utilisateur ne fonctionne pas de midi a 13h, ensuite elle refonctionne
* Tester SupprimerLike avec un utilisateur n'ayant pas like
* Faire un schema de la BDD MongoDB et MySQL
* On ne supprime pas les messages ou les commentaires lors de la suppression d'un utilisateur, le preciser lors de l'ecriture du CDG
* Quand on aura tout fini, rajouter pour chaque service un catch (Exception e) avec un JSON D'erreur : ERREUR_INCONNUE
* Ajouter un petit message ou un petit design de site différent lorsque c'est l'anniversaire d'un utilisateur
### Services à implanter
* AjouterPhotoProfil (⚠️️ Imposer limite photos)
* ModifierPhotoProfil (⚠️️ Imposer limite photos)
* SupprimerPhotoProfil
* AjouterCommentaireAvecPhoto (⚠️️ Imposer limite photos)
### Implantations côté client
* ModifierUtilisateur
* SupprimerCommentaire
* SupprimerUtilisateur