https://github.com/trapcodeio/bunnyshell-templates
Bunny shell templates for Vue, Nuxt, Actix, Fiber, Oak, XpresserJs and Meilisearch
https://github.com/trapcodeio/bunnyshell-templates
actix bunnyshell bunnyshell-hackathon fiber meilisearch nuxt oak vue
Last synced: 3 months ago
JSON representation
Bunny shell templates for Vue, Nuxt, Actix, Fiber, Oak, XpresserJs and Meilisearch
- Host: GitHub
- URL: https://github.com/trapcodeio/bunnyshell-templates
- Owner: trapcodeio
- License: mit
- Created: 2023-05-23T19:49:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T14:35:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T05:34:53.447Z (3 months ago)
- Topics: actix, bunnyshell, bunnyshell-hackathon, fiber, meilisearch, nuxt, oak, vue
- Language: Dockerfile
- Homepage: https://devpost.com/software/multiple-book-app-stack-bunnyshell-template
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trapcode BunnyShell Templates Pack
**NOTE:** This was created for the [Bunnyshell Hackathon](https://bunnyshell.devpost.com/).
This is a repository containing templates for [Bunnyshell's platform](https://www.bunnyshell.com/).
These templates contain the environment configurations, as well as some simple applications to bootstrap your work.📖 Find out more about [Bunnyshell Templates](https://documentation.bunnyshell.com/docs/templates-what-are-templates)
from the [Bunnyshell documentation](https://documentation.bunnyshell.com/).## Links
- [About This Hackathon](https://devpost.com/software/multiple-book-app-stack-bunnyshell-template)
- [Usage Tutorial Video](https://www.youtube.com/watch?v=9Z3Z3X6Z3ZM)## Featured Repositories
##### Frontend
- [Vue Books App](https://github.com/trapcodeio/vue-books-app)
- [Nuxt Books App](https://github.com/trapcodeio/nuxt-books-app)
- [Meilisearch Ecommerce Demo](https://github.com/meilisearch/ecommerce-demo.git)##### Backend
- [Rust Actix Books App](https://github.com/trapcodeio/rust-actix-books-app)
- [Golang Fiber Books App](https://github.com/trapcodeio/golang-fiber-books-app)
- [Deno Oak Books App](https://github.com/trapcodeio/deno-oak-books-app)
- [NodeJS Xpresser Books App](https://github.com/trapcodeio/xpresser-books-app)## Templates
| Template | Description |
|-------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
| [actix-vue-mongodb](./.bunnyshell/templates/actix-vue-mongo/README.md) | **Rust** backend with **Actix** and **MongoDB**, **Vue+Vite** frontend with **Typescript** |
| [fiber-vue-mongodb](./.bunnyshell/templates/fiber-vue-mongo/README.md) | **Golang** backend with **Fiber** and **MongoDB**, **Vue+Vite** frontend with **Typescript** |
| [oak-nuxt-postgres](./.bunnyshell/templates/oak-nuxt-postgres/README.md) | **Deno** backend with **Oak** and **PostgreSQL**, **Nuxt 3** frontend with **Typescript** |
| [xpresser-vue-mongodb](./.bunnyshell/templates/xpresser-nuxt-mongo/README.md) | **NodeJS** backend with **Xpresser** and **MongoDB**, **Vue+Vite** frontend with **Typescript** |
| [meilisearch-cloud](./.bunnyshell/templates/meilisearch-cloud/README.md) | **Meilisearch** as a service. |