https://github.com/trapcodeio/golang-fiber-books-app
A golang fiber books app built for the Bunnyshell hackathon.
https://github.com/trapcodeio/golang-fiber-books-app
bunnyshell bunnyshell-hackathon fiber golang
Last synced: 29 days ago
JSON representation
A golang fiber books app built for the Bunnyshell hackathon.
- Host: GitHub
- URL: https://github.com/trapcodeio/golang-fiber-books-app
- Owner: trapcodeio
- License: mit
- Created: 2023-05-25T00:37:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T10:19:58.000Z (almost 3 years ago)
- Last Synced: 2025-08-30T16:34:02.682Z (10 months ago)
- Topics: bunnyshell, bunnyshell-hackathon, fiber, golang
- Language: Go
- Homepage: https://devpost.com/software/multiple-book-app-stack-bunnyshell-template
- Size: 8.62 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# GoLang Fiber Books App
A simple books app
# Stack
- [GoLang](https://golang.org/)
- [Fiber](https://gofiber.io/)
- [MongoDB](https://www.mongodb.com/)
# Set Path
Set path in remote development
```bash
export PATH=$PATH:/usr/local/go/bin
```