Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 647 Bytes

File metadata and controls

9 lines (7 loc) · 647 Bytes

CP-BLOG

This is a blog app where users can post article about data structures, algorithms and Competitive Programming topics to share thier knowledge with the world.
This App supports CRUD operations.
The App home page shows all posts created till now with most recent post at the top. At the home page each post body is restricted to only 100 letters, so inorder to view the complete post click on the Read More link and you will be directed to the page containing the complete post with update and delete button at the bottom of post.

Technology Used:

Frontend: HTML, CSS, JavaScript
Backend: NodeJs, Express, EJS, MongoDB