MERN Stack application for maintaining documents and adding comments within them.
- MongoDB
- Express JS
- React JS
- Node JS
- Persistent application made in the MERN stack.
- Made using the React Material UI.
- JWT Authentication.
- The User can:
- Add Multiple Documents.
- Delete Documents.
- Add Multiple Comments in each Document.
- Delete Comments.
- Install this repository on your machine by downloading the zip file or running this command:
git clone https://github.com/KaranJagtiani/Maintain-Documents-with-Comments-in-the-MERN-Stack.git
- Install NPM packages for both, NodeJS & the React Application:
npm install
- Make sure MongoDB is running:
mongod
- Run the Node server, by running this command in the root directory:
node app.js
or
nodemon
- To directly run the application, go to the following URL in your browser.
http://localhost:5000/
- To locally serve the React App, go to the 'my-app' directory and run:
npm start