Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 747 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 747 Bytes

Write-On

Link to the demo video here

Link to the Write-On App:- here

Features

  • Allows users to Register, LogIn and Logout.
  • Allows users to access private routes using JWT Authentication.
  • Authenticated users can Read all the blogs, including those written by other authors.
  • Authenticated users can find their blogs and can Create a blog.
  • Only the author of a blog can Update and Delete it.
  • Allows users to send feedback through Contact us.
  • Implemented Error handling and User Authentication.

Technologies Used

  • JavaScript
  • Nodejs
  • Express
  • MongoDB(database)
  • Mongoose
  • EJS(Embedded JavaScript)
  • CSS