Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 494 Bytes

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