Skip to content

minuth/mern-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN TO-DO App

Features

  • User Authentication: Sign up and log in securely.
  • Task Management: Add, edit, and delete tasks.
  • Task Completion: Mark tasks as complete or incomplete.

Run Backend

  • cd backend
  • Copy content from .env.example to .env
  • npm install
  • npm run start or npm run dev (hot reload)

Run Frontend

  • cd frontend
  • Copy content from .env.example to .env
  • npm install
  • npm run start

Open your browser and go to http://localhost:3000