kriskelly / dating-app-example

Example project for the blog tutorial series here: https://www.kriskelly.me/part1-go-k8s/

Home Page:https://kriskelly.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is the example app that I built as part of a blog tutorial series available here: https://www.kriskelly.me/part1-go-k8s/

This is not meant to be a production-ready application. It is meant to showcase a basic integration of several technologies, namely Go, Kubernetes, Tilt, Dgraph, and S3, with potentially others thrown in there as I go.

Installation

If you have been following the tutorial and want to install the app, first clone the project:

$ git clone git@github.com:kriskelly/dating-app-example.git
$ cd dating-app-example

Then follow the instructions in the post above for installing Docker, Kubernetes, and Tilt. Then you should be able to run:

$ tilt up

And then access the GraphQL playground at localhost:3000.

Contributing

If you see anything horribly wrong with my code, please let me know by opening a pull request here, and I'll be sure to update the code and my blog posts to reflect the fix.

About

Example project for the blog tutorial series here: https://www.kriskelly.me/part1-go-k8s/

https://kriskelly.me

License:MIT License


Languages

Language:Go 94.2%Language:Starlark 4.7%Language:Dockerfile 1.1%