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.example
to.env
npm install
npm run start
ornpm run dev
(hot reload)
- cd
frontend
- Copy content from
.env.example
to.env
npm install
npm run start
Open your browser and go to http://localhost:3000