Skip to content

Tushar8640/todo-server

Repository files navigation

Advanced Todo MERN Stack Project

This is a web application designed for managing daily task using the MERN (MongoDB, Express, React, Node.js) stack. It also incorporates Tailwind CSS for styling, Redux for state management, RTK Query for data fetching.

Features

  • User authentication with JWT (signup, login, logout)
  • User dashboard for add,delete,edit, searching and filtering todo.

Tech Stack

Client: React, Redux, RTK Query, TailwindCSS

Server: Node, Express, Mongoose, JWT

Login Credentials

Installation

To install this project on your local machine, follow these steps:

Backend

Run Locally

Clone the project

  git clone https://github.com/Tushar8640/todo-server.git

Go to the project directory

  cd todo-server

add env file

  DATABASE_LOCAL= "Your db uri"
  JWT_KEY= "Your jwt key"

Install dependencies

  npm install

Start the server

  npm run dev

Authors

Demo

Live: https://advanced-rtk-todo.netlify.app/

Front-end code: https://github.com/Tushar8640/rtk-todo-app

Backend code: https://github.com/Tushar8640/todo-server

Feedback

If you have any feedback, please reach out to us at tusar.imran.dev@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published