Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)