A simple Todo API built with Express.js. This API allows you to manage your todos, including operations such as creating, reading, updating, and deleting todos. It also includes Swagger documentation for easy exploration of the API and is deployed on Heroku for live access.
- Create, Read, Update, and Delete Todos
- Swagger Documentation for API exploration
- Deployed on Heroku for live access
You can explore the API using Swagger UI. After starting the server, visit the following URL in your browser:
Swagger UI - Todo API Documentation
The API is live on Heroku. You can access it using the following URL:
- Node.js: JavaScript runtime environment
- Express.js: Web framework for Node.js
- Swagger UI: API documentation tool
- Heroku: Platform for deployment