Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List Backend

This is a simple backend API for a To-Do List application built using Node.js, Express.js, and MongoDB. It allows users to create, view, edit, delete, and mark tasks as completed. User authentication is implemented to allow different users to manage their own tasks.

Features

  • User Authentication (Sign Up, Login)
  • Create, View, Edit, and Delete Tasks
  • Mark Tasks as Completed
  • Each task is associated with a user

Technology Stack

  • Node.js - JavaScript runtime environment
  • Express.js - Web framework for Node.js
  • MongoDB - NoSQL database for storing users and tasks
  • Mongoose - MongoDB object modeling tool
  • JWT (JSON Web Tokens) - For user authentication

Deployment Link

https://to-do-list-azie.onrender.com/

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/todo-list-backend.git

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages