This is a application built using the MERN stack (react,MongoDB, Express.js,Node.js) to provide a RESTful API for managing todo tasks with user authentication using JWT (JSON Web Tokens).
- User authentication using JWT
- CRUD operations for managing todo tasks
- Secure routes for authenticated users
- Clone the repository:
git clone
https://github.com/Srivi24/Basic-To-Do
2. Getting Started
Backend:
Install the dependencies:
npm install
Start the server:
npm run start
Frontend:
Navigate to the frontend directory:
cd frontend
Install the dependencies:
npm install
Start the development server:
npm run dev