Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gibranfsh/online-library-restful-api
https://github.com/gibranfsh/online-library-restful-api
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gibranfsh/online-library-restful-api
- Owner: gibranfsh
- Created: 2023-10-28T14:47:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T02:02:07.000Z (about 1 year ago)
- Last Synced: 2023-11-02T03:23:16.422Z (about 1 year ago)
- Language: Go
- 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**