Built by
Sujane Panjan Admin
Welcome to JPNETWORK Application panjantra@gmail.com
A full-stack Next.js application with serverless API routes, deployed on Vercel.
đ Todo Manager
Create, update, and delete todos via REST API routes.
â Health Check API
Serverless API route that returns app status and uptime.
âšī¸ About
Learn about the stack and how this project is structured.
API Endpoints
- GET /api/healthâ Health check
- GET /api/todosâ List all todos
- POST /api/todosâ Create a todo
- PUT /api/todos/[id]â Update a todo
- DELETE /api/todos/[id]â Delete a todo