https://github.com/gibranfsh/online-library-restful-api
Simple online library using RESTful API. Built using Go, GoFiber, and GORM.
https://github.com/gibranfsh/online-library-restful-api
gofiber golang gorm mysql restful-api
Last synced: 4 months ago
JSON representation
Simple online library using RESTful API. Built using Go, GoFiber, and GORM.
- Host: GitHub
- URL: https://github.com/gibranfsh/online-library-restful-api
- Owner: gibranfsh
- Created: 2023-10-28T14:47:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T02:02:07.000Z (over 1 year ago)
- Last Synced: 2025-01-12T20:42:02.062Z (6 months ago)
- Topics: gofiber, golang, gorm, mysql, restful-api
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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**