🚀 Task Manager API

✅ API is running successfully!

Available Endpoints

GET /health

Health check endpoint to verify API status

GET /api

API information and status

POST /api/auth/register

Register a new user account

POST /api/auth/login

Login with email and password

POST /api/auth/google

Login with Google OAuth

GET /api/users/me

Get current user profile (requires authentication)

GET /api/tasks

Get all tasks for the authenticated user

POST /api/tasks

Create a new task

PUT /api/tasks/:id

Update an existing task

DELETE /api/tasks/:id

Delete a task

Quick Test

You can test the API by visiting:

Frontend

The frontend application is deployed separately and can be found at:

https://task.greenhacker.tech