Skip to content

AbdulRehman-z/go-fiber-curd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curd Api in Go with Fiber

How to work with this repo

1. clone this repo

2. go to the project directory

3. run go mod tidy

4. run go run main.go

5. open postman or any other api testing tool

6. use the following routes

1. localhost:3000/api/v1/books for all books

2. localhost:3000/api/v1/books/:id for a single book

3. localhost:3000/api/v1/books for creating a book

5. localhost:3000/api/v1/books/:id for deleting a book

Learn more about Fiber at https://gofiber.io.

About

A simple CURD api written in golang using fiber.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages