NotesVault-MERN is a web application that allows users to create and manage notes efficiently. It is built using the MERN stack (MongoDB, Express, React, Node.js), providing a seamless and user-friendly experience.
- Clone the repository to your local machine using git clone
- Navigate to the project directory
- Install the required dependencies for both the frontend and backend using
npm install
in the root directory and the frontend directory. - Configure the MongoDB connection string in the backend to connect to your local or remote MongoDB database.
- Run the whole application using
npm run dev
in the root directory - The application should now be accessible at http://localhost:3000 in your web browser