Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gibranfsh/online-library-restful-api


https://github.com/gibranfsh/online-library-restful-api

Last synced: 7 days ago
JSON representation

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**