Skip to content

The very basic web-app like quora where users can add, edit, remove their posts.

Notifications You must be signed in to change notification settings

NilayKantharia/QuoraLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.