- MongoDB based authentication using email and password.
- User can add Questions, upvote them and comment on then, same with answers. (You can also upvote the comments xD )
- Tags can be added to each question, and later questions can be searched on the basis of tag.
- Users can bookmark their question to visit later.
- Answers can be sorted according to time or upvotes.
- User can search questions.
- You can also search for other users, and visit their profile.
- The profile consists of the questions asked by that user and also the questions bookmarked by him.
- Responsive Design
Create a mongoDB database and add the link to config.env file in the backend.
Open frontend directory (using cd frontend ) and run the following to commands
npm install
npm run start
Do the same for backend repo.



