Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bapjiws/local-times-dashboard-backend

The MC part of a webapp that allows to create a list of cities with their respective and constantly updated local times via auto-completion.
https://github.com/bapjiws/local-times-dashboard-backend

docker elasticsearch gin golang makefile travis-ci

Last synced: about 9 hours ago
JSON representation

The MC part of a webapp that allows to create a list of cities with their respective and constantly updated local times via auto-completion.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/bapjiws/timezones_mc.svg?branch=master)](https://travis-ci.org/bapjiws/timezones_mc)
[![Go Report Card](https://goreportcard.com/badge/github.com/bapjiws/timezones_mc)](https://goreportcard.com/report/github.com/bapjiws/timezones_mc)

![](https://github.com/bapjiws/timezones_mc/blob/master/demo.gif)

This is the MC part (the V part abides [here](https://github.com/bapjiws/timezones_v)) of a simple webapp that allows to create a list of cities with their respective local times (updated in real time) via auto-completion. It consists of a Go server that's hooked up to an Elasticsearch service. Both are dockerized, and the entire backed can be fired up with the ```docker-compose up``` command run from the root directory.