https://github.com/milwad-dev/do-it
A todo app with Golang
https://github.com/milwad-dev/do-it
go golang
Last synced: 10 months ago
JSON representation
A todo app with Golang
- Host: GitHub
- URL: https://github.com/milwad-dev/do-it
- Owner: milwad-dev
- License: mit
- Created: 2024-04-24T20:51:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-04T10:49:27.000Z (over 1 year ago)
- Last Synced: 2024-10-30T07:47:05.707Z (about 1 year ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Do It
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.
## Swagger API Documentation
This application provides an interactive API documentation interface using Swagger. You can use it to explore and test the API endpoints.
#### Accessing Swagger UI
1. Run the application:
```bash
go run main.go
```
2. Open your browser and navigate to: http://localhost:8000/api/swagger/
#### Features
- View all available API endpoints.
- Test API endpoints directly from the browser.
- Explore detailed request/response models and schemas.
#### Notes
Swagger documentation is served at http://localhost:8000/api/swagger/doc.json. This is automatically linked to the Swagger UI.