diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..dfd0cc4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +# MIT License + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +© 2024 adhxabre | Abel Dustin diff --git a/README.md b/README.md new file mode 100644 index 0000000..82704ec --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +
+ +sakana-time-tracker + +###### _Application crafted with [Go](https://go.dev/) + [Gin](https://gin-gonic.com/)_ + +[![GitHub Release](https://img.shields.io/github/v/release/adhxabre/sakana-time-tracker?style=for-the-badge&logo=github)](https://github.com/adhxabre/sakana-time-tracker) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/adhxabre/sakana-time-tracker?style=for-the-badge&logo=go) +![GitHub License](https://img.shields.io/github/license/adhxabre/sakana-time-tracker?style=for-the-badge&logo=github) +![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/adhxabre/sakana-time-tracker?style=for-the-badge&logo=github) +![GitHub Discussions](https://img.shields.io/github/discussions/adhxabre/sakana-time-tracker?style=for-the-badge&logo=github) + +#### Visit https://github.com/adhxabre/sakana-time-tracker to learn more. + +## SAKANA TIME TRACKER + +
+ +### Quick Start + +> [!NOTE] +> This application is still in development and might not be stable, yet. + +1. **Clone and install dependencies** + + ```sh + git clone https://github.com/adhxabre/sakana-time-tracker.git + cd sakana-time-tracker + go mod init github.com/adhxabre/sakana-time-tracker + go mod tidy + ``` + +2. **Run Go application** + + ```sh + go run main.go + ``` + + + +--- + +### License + +[MIT](LICENSE) License © 2024 adhxabre | Abel Dustin + +--- + +### Build By + +
+ +adhxabre-profile-img + +## [adhxabre](https://github.com/adhxabre) + +