MinBan is a minimal Kanban application designed to help you manage tasks for your projects efficiently. The backend is powered by Go with the Gin framework, offering a fast and lightweight API to handle all your Kanban-related needs.
The backend leverages:
- Go: Efficient and high-performance backend language.
- Gin Framework: A fast and simple web framework for building APIs.
- SQLite: A lightweight database system for storing data locally.
- JWT Authentication: For securing user access.
MinBan is an open-source project. Contributions are always welcome! Feel free to submit issues or pull requests on the GitHub repository.