Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 434 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 434 Bytes

Twitter Clone

Made using React, Go, MySQL

Libraries Used

  • Frontend

    • React
    • react-router-dom
  • Backend

    • Chi, which is a very fast router
    • JWT, which is used to authorize Users
    • Bcrypt, which is used to save passwords securely
    • I have used raw-sql, instead of any ORM, to practice better

Feel free to contribute