Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (31 loc) · 607 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 607 Bytes

api

Getting Started

Prerequisites

Following are the softwares requried to get everything up and running.

  • Docker for Infrastructure Components
  • Go for API

Installing

For Local Setup

  • Add the below line in your /etc/hosts
127.0.0.1 cdn-master cdn-volume database api queue frontend worker ml
  • Build and start the containers
docker-compose up -d

For API

  • Install go modules
go mod download
  • Start the API
make run
  • Linting the code
make lint

Configuration

TBD