Skip to content

himanshujangid03/Noteworthy-server

Repository files navigation

Node.js Logo Project Backend

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

Project Demo

🌐 Check out Noteworthy in action at [https://noteworthy-app.vercel.app]

Project Status

🚧 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.

Noteworthy

This is a backend project built with Node.js, Express, and MongoDB.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/himanshujangid03/Noteworthy-server.git
  2. Navigate to the project directory:
    cd yourproject
  3. Install dependencies:
    npm install
  4. Set up environment variables: Create a .env file in the root directory and add the following:
    MONGO_URI=your_mongodb_connection_string
    PORT=8000
    
  5. Start the development server:
    npm run dev

Usage

Running the server

To start the server, run:

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published