Skip to content

Subha-5/Stack-Overflow-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stack Overflow clone project

Project created with React, NodeJS, Express and MongoDB to clone core features of the famous Stack Overflow website.

Features

Authentication :

  • Login
  • Signup

Questions and Answers :

  • Ask Questions
  • Share Questions
  • Delete Questions
  • Answering questions
  • Tag Questions

NOTE: One needs to login in the app before asking, deleting and answering questions.

NOTE: Deleting can only be done by the owner of the question or answer.

How to work on this project

After forking the repository and cloning the contents, the contributor should run the following commands in the terminal and then start working on the project

npm install

use the above command on the client side to install dependencies

npm install

use the above command on the server side to install dependencies

npm start

use the above command on the client side to run client

npm start

use the above command on the server side to run server