Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huangkai1008/market
market backend based on gin
https://github.com/huangkai1008/market
gin golang
Last synced: 14 days ago
JSON representation
market backend based on gin
- Host: GitHub
- URL: https://github.com/huangkai1008/market
- Owner: Huangkai1008
- License: mit
- Created: 2019-08-14T11:57:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T09:46:48.000Z (about 4 years ago)
- Last Synced: 2024-11-14T14:46:29.035Z (about 1 month ago)
- Topics: gin, golang
- Language: Go
- Size: 149 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Market
Market is a online shopping platform with [gin](https://github.com/gin-gonic/gin).
## Contents
- [Installation](#installation)
- [Usage](#Usage)
- [License](#License)## Installation
1. Install Go and set your workspace
[golang](https://github.com/golang/go)2. Get the project
```bash
go -get https://github.com/Huangkai1008/market
```## Usage
1. Add the libs
```bash
go mod download
```2. Run the application
```bash
go run cmd/market/main.go
```## License
[MIT](https://www.mit-license.org/)