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

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

1 2 3 4 5 6 7 8

⚙️ Unit Testing

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

GitHub

View Github