Skip to content

Latest commit

 

History

History
executable file
·
35 lines (27 loc) · 728 Bytes

README.md

File metadata and controls

executable file
·
35 lines (27 loc) · 728 Bytes

Medium Clone

Build Status

Database ERD

Database ERD

Features

  • User signup, login
  • User reset password, email confirmation
  • User write a blog
  • User can follow another user
  • User can comment on post
  • User can upvote post
  • User can downvote post
  • User can clap for a post
  • User can make collection of post (saved post)

Tools

  • Back-end

    • Python 3
    • Django
    • Django Rest Framework
    • Swagger Documentation
    • Postgres Database
    • JWT for Authentication and Authorization
    • Sentry
    • Docker
    • Flake8, Pep8
  • Front-end

    • React JS