Create a Twitter copy by servlet api:
- Registration,
- Authentication,
- Filter for non-authorized users,
- logOut,
- Admin Role (Can make users admins and get approval for posts)
- User, Role, Post, Comments, Likes, Publishing data e.t.c
- Add Bootstrap elements for UI
- Add JSTL tags for statement logic
Dev | Realize |
---|---|
Jana | Post , Comment , Likes , Date of publishing, Frontend . |
Dmitriy | User , Roles , prepare relational database. |
Dmitriy + Andrian | Registration , Authentication , Filters , Logout . |
-
Entities
-
Services
-
Storages
-
Servlets
-
Views
-
Cover with unit tests
-
Cover with logs