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: 3 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T18:51:26.000Z (about 8 years ago)
- Last Synced: 2023-12-18T05:27:58.011Z (over 1 year 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
[](https://travis-ci.org/bapjiws/timezones_mc)
[](https://goreportcard.com/report/github.com/bapjiws/timezones_mc)
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.