Skip to content

Plex-Engineer/canto-api

Repository files navigation

Canto API

Build and test

Open-source backend for efficiently serving Canto data built using Redis, Fiber and Go. Built to minimize load on nodes to allow applications to scale better.

Dependencies

Quickstart

# clone repo
git clone [email protected]:Plex-Engineer/canto-api.git

# create .env file and set variables:
mv .env_example .env

# build binary
cd canto-api
go build

# run redis 
redis-server

# run binary
./canto-api

Docker

Use docker compose:

docker compose up -d