Skip to content

ravijha9546/to-do-list-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEAD

To-Do List API

A simple To-Do List API built with Node.js, Express, and MongoDB. This API allows users to register, log in, and manage their to-do tasks.

Features

  • User registration and authentication using JWT (JSON Web Tokens).
  • Create, read, update, and delete tasks.
  • Secure endpoints with authorization.

Technologies Used

  • Node.js
  • Express.js
  • MongoDB (with Mongoose)
  • JWT for authentication
  • bcrypt for password hashing

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • MongoDB (or MongoDB Atlas)
  • Postman (for testing the API)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/to-do-list-api.git
    cd to-do-list-api
    

to-do-list-api

02d3843265cf3f87da92f300d6cdc54855868a9d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors