Mayanksaini1234 / NodeJS_ToDo

Home Page:https://node-js-to-do.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js To-Do Application

A simple Node.js backend application for managing a To-Do list. This project demonstrates basic CRUD operations using Express and MongoDB.

Description

This application is a RESTful API built with Node.js, Express, and MongoDB. It allows users to create, read, update, and delete to-do items.

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/Mayanksaini1234/NodeJS_ToDo
    
  2. Install dependencies:

    npm install
  3. Start the server:

    npm start

API Endpoints

  • GET /todos - Get all to-do items
  • POST /todos - Create a new to-do item
  • PUT /todos/:id - Update a to-do item by ID
  • DELETE /todos/:id - Delete a to-do item by ID

About

https://node-js-to-do.vercel.app


Languages

Language:JavaScript 100.0%