Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 323 Bytes

File metadata and controls

24 lines (19 loc) · 323 Bytes

To-Do App (MERN Stack)

Features

  • User Authentication (JWT)
  • Add / Delete Tasks
  • Image Upload
  • Protected Routes

Tech Stack

  • Frontend: React
  • Backend: Node.js, Express
  • Database: MongoDB

How to Run

Backend

cd backend
npm install
npm run dev

Frontend

cd frontend
npm install
npm start