Noteworthy is a full-stack MERN (MongoDB, Express.js, React, Node.js) application designed to make note-taking a breeze. With powerful CRUD (Create, Read, Update, Delete) operations, it empowers users to manage their notes seamlessly.
🚀 Features:
- Create new notes with ease
- View and organize your notes
- Edit and update existing notes
- Delete notes you no longer need
- User-friendly and responsive design
- CRUD operation for task management
- Added folder functionality
- Text Editor on desktop
🌐 Check out Noteworthy in action at [https://noteworthy-app.vercel.app]
🚧 This project is currently under development and is a work in progress. We are actively working on adding new features, improving existing functionality, and refining the user experience.
This is a backend project built with Node.js, Express, and MongoDB.
- Clone the repository:
git clone https://github.com/himanshujangid03/Noteworthy-server.git
- Navigate to the project directory:
cd yourproject
- Install dependencies:
npm install
- Set up environment variables:
Create a
.env
file in the root directory and add the following:MONGO_URI=your_mongodb_connection_string PORT=8000
- Start the development server:
npm run dev
To start the server, run:
npm start