https://github.com/hoomaac/vertex
A referral system in go
https://github.com/hoomaac/vertex
Last synced: about 1 month ago
JSON representation
A referral system in go
- Host: GitHub
- URL: https://github.com/hoomaac/vertex
- Owner: hoomaac
- License: gpl-3.0
- Created: 2022-05-22T15:39:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T15:02:45.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T18:53:46.838Z (10 months ago)
- Language: Go
- Size: 53.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vertex
A referral system in go## Description
Imagine an online shopping store. There are some users and goods. Only registered users could order and check out.Also, a referral system is enabled for this store. Each user has a unique referral code which others could submit during their registration. Per registration by referral code, the user would get a coupon. In the coupon system, the coupon can be applied on all or on some specific goods.
## Technologies
- Golang gin framework to implement REST APIs
- A datadbase to store data
- Docker
- Possibly a Message Broker