An open API service indexing awesome lists of open source software.

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.

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
```