Skip to content

idev3105/bunny

Repository files navigation

Bunny

A Template Starter for Go Web Applications


Introduction

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.


Features


Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/bunny.git
    cd bunny
  2. Install dependencies:

    make install
  3. Run the server:

    make serve-dev
  4. Run the consumer:

    make consumer name=example

Contributing

We welcome contributions! Please see our contributing guidelines for more details.


License

This project is licensed under the MIT License. See the LICENSE file for details.


Contact

For any inquiries, please contact yourname@domain.com.


Acknowledgements

Special thanks to all the contributors and the open-source community for their invaluable support.