Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bapjiws/local-times-dashboard-backend
- Owner: bapjiws
- Created: 2016-08-22T21:47:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T18:51:26.000Z (over 7 years ago)
- Last Synced: 2023-12-18T05:27:58.011Z (11 months ago)
- Topics: docker, elasticsearch, gin, golang, makefile, travis-ci
- Language: Go
- Homepage:
- Size: 2.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.