alexdunne / not-so-smart-cal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not So Smart Cal

An experiment in microservices and kubernetes.

Requirements

Usage

Make a copy the env file:

cp .env.example .env

Start host services and kubernetes cluster:

make dev

The web frontend and GraphQL services are exposed at http://localhost:3000/ and http://localhost:4000/ respectively.

About


Languages

Language:Go 75.6%Language:TypeScript 20.0%Language:Dockerfile 3.1%Language:Makefile 0.6%Language:Shell 0.4%Language:JavaScript 0.3%