Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 403 Bytes

QuoraLite

The very basic web app where users can add new posts, edit them, read the whole article and delete the post. This project is built to demonstrate the REST(Representational State Transfer) Architecture

Tech Stack

  • Node.js
  • Express.js
  • EJS(for templating engine)

Note :

I have not implemented Database in this project, instead i have used an array to do all the operations.