Voucher
API to handle voucher redemption
ℹ️ General info
Nowadays, it is undeniable that human life today is closely related to social media, so there is a need for a platform that accommodates it.
🛠️ Technologies
📱 ERD
📱 Migration
Migrate DB using Golang-Migrate. You can see the sql file in utils/db/migration
📱 OpenAPI
You can find the open api design here Swagger Open API
🌐 API Usage
⚙️ Unit Testing
⚙️ Installation
- Clone this project
git clone https://github.com/BE10-Kelompok-1/Backend.git
- Run project
cd Backend
go get
go run main.go