https://github.com/snekussaurier/minban
A minimalistic kanban board application
https://github.com/snekussaurier/minban
backend dioxus frontend gin go kanban rust sqlite
Last synced: 2 months ago
JSON representation
A minimalistic kanban board application
- Host: GitHub
- URL: https://github.com/snekussaurier/minban
- Owner: Snekussaurier
- License: agpl-3.0
- Created: 2024-11-12T20:35:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-19T10:07:54.000Z (8 months ago)
- Last Synced: 2026-04-15T18:41:57.071Z (2 months ago)
- Topics: backend, dioxus, frontend, gin, go, kanban, rust, sqlite
- Language: Rust
- Homepage: https://snekussaurier.github.io/Minban/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minban
*A minimalist Kanban board application built with modern web technologies*
[](https://golang.org/)
[](https://dioxuslabs.com/)
[](https://webassembly.org/)
[](https://tailwindcss.com/)

## Description
MinBan is a sleek, lightweight Kanban board application that helps you organize your tasks and projects efficiently. Built with a Go backend and a Rust/Dioxus frontend, it offers a fast and responsive user experience.
## Motivation
The motivation behind MinBan was to create a Kanban application that is **incredibly simple** and **highly customizable**.
**This is not intended for teams or real Kanban project management!**
It's designed for individual users who simply enjoy the Kanban approach to organizing their personal tasks and projects.
The goal was to build something that:
- Stays out of your way while organizing your thoughts
- Offers clean customization without complexity
- Focuses on personal use rather than team collaboration
- Maintains simplicity over feature bloat
## Features
- **Intuitive Kanban Interface**: Drag and drop cards between columns
- **Board Management**: Create and manage multiple boards
- **Card Organization**: Add, edit, and delete cards with ease
- **Tag System**: Organize cards with customizable tags
- **User Authentication**: Secure login system with JWT tokens
## Quick Start
### Prerequisites
- Go 1.23+ and Rust with cargo
- Docker (optional)
### Development Setup
```bash
# Clone the repository
git clone https://github.com/snekussaurier/minban.git
cd minban
# Backend
cd backend/src
go mod download
go run main.go # Starts on port 9916
# Frontend (in new terminal)
cd frontend
dx serve # Available at http://localhost:8080
```
### Docker Setup
```bash
cd backend
docker-compose up
```
Default credentials: `snekussaurier` / `123`
## License
This project is licensed under the AGPL 3.0 License - see the [LICENSE](../LICENSE) file for details.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.