Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 563 Bytes

blog-app

Project still in Production

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.

Next to do

  • Addition of Authentification functionalities using Google api .
  • Implementing a UI framework for the front .
  • Implementation of like and comment functionalities .