Take your note-taking to the next level with eNotes, our cloud-based note-taking app built using the MERN stack. With eNotes, you can store, organize, and access your notes from anywhere, at any time.
- Cloud-Based Storage: Access your notes from any device with an internet connection.
- User Authentication: Securely log in to your account to access your personalized notes.
- Create and Edit Notes: Write, edit, and organize your notes with ease.
- Search Functionality: Quickly find specific notes using the search feature.
- Tagging System: Organize your notes efficiently with customizable tags.
- Responsive Design: Enjoy a seamless note-taking experience across devices.
To run the eNotes app locally, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install dependencies using the command:
- Set up the MongoDB database:
- Create a MongoDB Community account (https://www.mongodb.com).
- Create a new cluster and configure your database settings.
- Obtain the connection string for your database.
- Start the development server with: npm run both
- Open your web browser and visit
http://localhost:3000
to access the eNotes app.
Start taking notes on the cloud with eNotes!