This is a basic clone of Stack Overflow.
Project is created with:
- NodeJs: v14.15.0
- React: 17.0.2
- MongoDB : 5.0.2
- Express : 4.17.1
- User can register and login.
- User can post the question.
- User can edit/delete the question.
- Another user can answer the question.
In order to run the project make sure you have installed all the required softwares with its latest version.
-
To run backend
$ nodemon server.js -
To run frontend
$ npm start