Skip to content

ziyadRW/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Book Store

A simple Go application demonstrating a CRUD-based bookstore API using:

  • Gorilla Mux for routing
  • GORM for database interactions (MySQL driver)
  • godotenv for environment variable management

Project Overview

This project exposes a set of RESTful endpoints to create, read, update, and delete books stored in a MySQL database. It follows a layered architecture, organizing code into internal packages such as handlers, models, routes, and utils.

About

A simple Go application demonstrating a CRUD-based bookstore API using:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages