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

peterzernia/lets-fork

Repository files navigation

The server for a Let's Fork built with Go, Redis and Docker.

Demo

Let's Fork

Development

Requirements: Docker Compose

Copy .env.dist to .env.

Get an api key from Yelp and set API_TOKEN=

Run make build builds Docker image.

Run make up to starts the server.