Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 347 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 347 Bytes

Full stack Quora clone

This web application offers near full functionality of Quora, allowing users to login, subscribe to topics, follow other users, ask and answer, comment, and reply.

Setup: npm run setup to reset and install all dependencies.

To start up: npm start or nodemon. The server will be available at localhost:3000.