GitXplorerGitXplorer
d

go-book

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
94c50e3e824fb5068edf3be59873c6693e258b99

docs: updating readme file

ddiiegoburiti committed 2 years ago
Unverified
7f81c1e3ea2e5906bbc239ff7d1e4cd46ef36098

feat: endpoint to edit a book

ddiiegoburiti committed 2 years ago
Unverified
dd86969d40f615352e5144f20b031db7ee26b6ae

feat: endpoint to get all books

ddiiegoburiti committed 2 years ago
Unverified
7519a1c30ac2a4c5a334bb73f17c7981f2f61bb2

feat: endpoint to get a book

ddiiegoburiti committed 2 years ago
Unverified
f049e411d0596730d0fc22fe97e148e3dcabd6f3

fix: rename paramter

ddiiegoburiti committed 2 years ago
Unverified
257b053962e4ed863ef3c2854b7b4553429f79c7

feat: endpoint to delete a book

ddiiegoburiti committed 2 years ago

README

The README file for this repository.

Go book

Stack

  • Golang.
  • Fiber.
  • Mongo DB.

Routers:

How to run:

docker-compose up -d

or

Go run app/main.go

Project Structure

app
  ├── configs
  │   ├── env.go
  │   └── setup.go
  ├── controllers
  │   └── controller.go
  ├── main.go
  ├── models
  │   └── model.go
  └── routes
      └── routes.go