https://github.com/daniilty/simple-clock
https://github.com/daniilty/simple-clock
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniilty/simple-clock
- Owner: daniilty
- Created: 2020-11-12T13:37:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T09:18:06.000Z (over 5 years ago)
- Last Synced: 2025-01-26T01:20:31.955Z (over 1 year ago)
- Language: HTML
- Size: 19.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Realtime clock
All you need:
- Install postgres
- Install redis
-
$ bundle install -
$ rails db:create -
$ rails db:migrate -
$ redis-server -
$ bundle exec sidekiq -
$ rails s