-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from korovindenis/readme
readme
- Loading branch information
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
# go-market | ||
|
||
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/korovindenis/go-market) | ||
|
||
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/korovindenis/go-market) | ||
|
||
![GitHub](https://img.shields.io/github/license/korovindenis/go-market) | ||
|
||
|
||
## Description | ||
|
||
**go-market** is a project written in Go that serves as a web application for managing products and orders in a store. It also includes support for calculating bonuses when purchasing items. | ||
## Installation and Running | ||
|
||
`git clone https://github.com/korovindenis/go-market.git` | ||
`cd go-market` | ||
`docker compose up ` | ||
|
||
## Documentation | ||
For more details and comprehensive documentation, please refer to the GoDoc page. | ||
|
||
## License | ||
|
||
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/korovindenis/go-pc-info/blob/master/LICENSE.txt) file for details. | ||
|
||
## Contributions and Feedback | ||
|
||
Contributions to this project are welcome! If you have suggestions, find issues, or want to contribute new features or improvements, please feel free to open an issue or a pull request on GitHub. | ||
|
||
Your feedback is valuable to us. If you have any questions or encounter any issues while using go-market, please don't hesitate to reach out and open an issue on the GitHub repository. We appreciate your support in making this project better. |