Skip to content

A simple bookshelf web application built with Go using the Gin framework and GORM for database management.

License

Notifications You must be signed in to change notification settings

socketo/bookshelf-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookshelf-Go

A simple bookshelf web application built with Go using the Gin framework and GORM for database management. This application allows users to manage a list of books, including adding, viewing, and deleting books with status indicators.

Tech Stack

  • Go: Programming language
  • Gin: Web framework for Go
  • GORM: ORM library for Go
  • SQLite: Database

Prerequisites

  • Go (version 1.18 or later)
  • go get to install necessary Go packages

Installation

  1. Clone the repository:
git clone https://github.com/socketo/bookshelf-go.git
cd bookshelf-go
  1. Initialize Go modules and install dependencies:
go mod tidy
  1. Run the application:
go run main.go
  1. Open your web browser and go to http://localhost:8080 to access the application.

About

A simple bookshelf web application built with Go using the Gin framework and GORM for database management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published