Skip to content

halifya/crud_pokemon_test

Repository files navigation

Create CRUD API in Golang using Fiber and GORM

In this article, you'll learn how to build a CRUD API in Golang using the Fiber web framework and GORM. The REST API will run on a Fiber HTTP server and use GORM to persist data in a MariaDB database.

Prerequisites

  • Go
  • Docker

Start

$ git clone https://github.com/halifya/crud_pokemon_test.git
$ cd crud_pokemon_test
  • Start project : docker compose up
$ docker compose up 
  • Stop project : docker compose down
$ docker compose down

Thank you

Read the entire article here: https://codevoweb.com/create-crud-api-in-golang-using-fiber-and-gorm/

About

go/gorm/fiber/mariadb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published