Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sabarivasan-velayutham/notesvault-mern
- Owner: Sabarivasan-Velayutham
- Created: 2023-07-28T08:02:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T17:29:16.000Z (12 months ago)
- Last Synced: 2024-01-15T22:43:03.407Z (12 months ago)
- Topics: expressjs, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage: https://sabari-notesvault-app.onrender.com
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)