Do-It is a to-do application built with Golang and a REST API. It offers a fast and scalable solution for task management, enabling users to easily add, update, and delete tasks. The app uses Golang’s robust performance alongside a well-structured REST API to provide a seamless and efficient experience for managing daily tasks.
This application provides an interactive API documentation interface using Swagger. You can use it to explore and test the API endpoints.
- Run the application:
go run main.go
- Open your browser and navigate to: http://localhost:8000/api/swagger/
- View all available API endpoints.
- Test API endpoints directly from the browser.
- Explore detailed request/response models and schemas.
Swagger documentation is served at http://localhost:8000/api/swagger/doc.json. This is automatically linked to the Swagger UI.