This is a web app made with django as server side and intended with reactjs as front-end . The app functions as follows :
- Only the admin and some authorised users will be able to create post to the app.
- Each Author will be add to vue his post histories .
- The user is capable of recommending a post to a person via e-mail.
- Addition of Authentification functionalities using Google api .
- Implementing a UI framework for the front .
- Implementation of like and comment functionalities .