Skip to content

Simple online library using RESTful API. Built using Go, GoFiber, and GORM.

Notifications You must be signed in to change notification settings

gibranfsh/online-library-restful-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD RESTful API for an Online Library

Built using Go, GORM, and GoFiber

How to Run

  1. Clone the repository
  2. cd into the cloned repository
  3. Run go run main.go
  4. The application is ready to use

Commit Message Semantics

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

by Gibran Fasha Ghazanfar and Mochamad Syahrial Alzaidan

About

Simple online library using RESTful API. Built using Go, GoFiber, and GORM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages