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
- Node.js
- Express.js
- EJS(for templating engine)
I have not implemented Database in this project, instead i have used an array to do all the operations.