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

https://github.com/daniilty/simple-clock


https://github.com/daniilty/simple-clock

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Realtime clock



All you need:



  • Install postgres

  • Install redis
  • How to run:




    • $ bundle install


    • $ rails db:create


    • $ rails db:migrate


    • $ redis-server


    • $ bundle exec sidekiq


    • $ rails s