Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sabarivasan-velayutham/notesvault-mern

NotesVault-MERN is a web application that allows users to create and manage notes efficiently. It is built using MERN stack.
https://github.com/sabarivasan-velayutham/notesvault-mern

expressjs mongodb nodejs reactjs

Last synced: about 2 months ago
JSON representation

NotesVault-MERN is a web application that allows users to create and manage notes efficiently. It is built using MERN stack.

Awesome Lists containing this project

README

        

# NotesVault-MERN

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.

## Getting Started

1) Clone the repository to your local machine using git clone

2) Navigate to the project directory

3) Install the required dependencies for both the frontend and backend using ```npm install``` in the root directory and the frontend directory.

4) Configure the MongoDB connection string in the backend to connect to your local or remote MongoDB database.

5) Run the whole application using ```npm run dev``` in the root directory

6) The application should now be accessible at http://localhost:3000 in your web browser

![image](https://github.com/Sabarivasan-Velayutham/NotesVault-MERN/assets/84288319/c2303e59-183b-4682-8488-df41b9f6292a)