Skip to content

cecep31/go_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture with GoFiber

A simple book shop CRUD demonstration implementing the Clean Architecture in GoFiber

Installation

In order to run the project, please follow the following steps:

  1. Clone the Repo
  2. Go to the "go_todo" folder
  3. Run go get
  4. Replace your Mongo DB Connection string in app.go

Routes

API Path Method What it does
/api/books GET Fetches the list of books from the shop
/api/books POST Creates/Adds book to the shop
/api/books DELETE Removes/Deletes book from the shop
/api/books PUT Updates the book details from the shop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published