As a developer, you understand the challenges of setting up a new project with all the necessary tools and a clean, tidy architecture. That's why Bunny was born.
- Web Framework: Echo
- SQL Client: sqlc
- Build Tool: GNU Make
- Databases: MySQL, PostgreSQL, SQLite, MongoDB
- Caching: Redis
- Migration: Go-Migrate
- Pub/Sub: Kafka
- Live Reload: Air
-
Clone the repository:
git clone https://github.com/yourusername/bunny.git cd bunny
-
Install dependencies:
make install
-
Run the server:
make serve-dev
-
Run the consumer:
make consumer name=example
We welcome contributions! Please see our contributing guidelines for more details.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, please contact yourname@domain.com.
Special thanks to all the contributors and the open-source community for their invaluable support.