Categorygithub.com/alvarobolivarv/Bookstore
module
0.0.0-20220428172633-a2bcce9c7522
Repository: https://github.com/alvarobolivarv/bookstore.git
Documentation: pkg.go.dev

# README

Go bookstore

CRUD API Go learning project from freeCodeCamp.org.

Project structure:

├── cmd
│   └── main
│       └── main.go
├── pkg
│   ├── config
│   │   └── app.go
│   ├── controllers
│   │   └── book-controller.go
│   ├── models
│   │   └── book.go
│   ├── routes
│   │   └── bookstore-routes.go
│   └── utils
│       └── utils.go
├── go.mod
└── go.sum

# Packages

No description provided by the author
No description provided by the author