thejunghare / go-bookstore-api

Simple bookstore REST API with Golang ( gin, gorm, & mysql )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookstore CRUD API in Go with Mysql

This project implements a simple CRUD (Create, Read, Update, Delete) API for managing bookstore using Go.

Requirements

Go 1.15 or higher

Getting Started

  1. Clone the repository:
   git clone https://github.com/your-username/todo-crud-api.git
   cd todo-crud-api
  1. Install dependencies:
go mod tidy
  1. Run the server:
go run main.go

The server should now be running at http://localhost:8080.

About

Simple bookstore REST API with Golang ( gin, gorm, & mysql )


Languages

Language:Go 100.0%