Skip to content

iLeoon/gofiber-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elaboration.mp4

Description

A Simple REST API in go utilizing the repository pattern.

Tools

Performing the crud operations on the northwind database.

Routes

Route Method Description
/customers GET Fetches all the customers
/customers/Id GET Fetches a customer with Id
/customers/create POST Creates a customer
/customers/update/Id PATCH Updates a customer
/customers/delete/Id DELETE Deletes a customer

Installation

1- Clone the repo.

2- Navigate to the folder and run go get.

3- Replace your env variables in .env file.

4- Run air cmd.

5- Code your heart out.

About

A REST API with go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages