Features
- User Authentication: Sign up and log in securely.
- Task Management: Add, edit, and delete tasks.
- Task Completion: Mark tasks as complete or incomplete.
cd backend- Copy content from
.env.exampleto.env npm installnpm run startornpm run dev(hot reload)
- cd
frontend - Copy content from
.env.exampleto.env npm installnpm run start
Open your browser and go to http://localhost:3000