Skip to content

aldisaputra17/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Store Service

This service is built with Go.

Overview

  • Authentication Login and Register
  • Create, Read, Update, Delete operations for Books and Authors.
  • List all Books for a specific Author.
  • List all Authors for a specific Book.

Requirements

  • Golang version 1.20.2+

Tools

  • Postgresql
  • GORM
  • Gin Gonic (framework)
  • JWT

Postman Documentation

Run in Postman

Run Code in lokal

local database setup based on environment variable
go mod tidy
go run main.go

Building Binary

go build -o book-store main.go

Run the Binary

./book-store

About

HTTP RESTful API using Go and a SQL Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages