Code Monkey home page Code Monkey logo

rumor-checker's Introduction

README

Requirement

You should have a PostgreSQL database running. For those not familiar with PostgreSQL, you can follow the documentation.

Usage

fill every necessary environment variables in config/application.yml.example, and rename it to

mv config/application.yml.example config/application.yml

Make sure you're using Ruby 2.5.1. then follow the usual Rails project installation steps:

gem install bundler # if you just install ruby 2.5.1
bundle install
rake db:create
rake db:migrate # in fact, schema is empty but if you skip this step, it might complain.

You can first run it on local site via command

rails s

You should also start sidekiq in another shell so that the jobs will be processed

bundle exec sidekiq

and if you'd like to test webhook from Line - Yes, you might need to setup line developer account and turn on every needed settings - Which I believe you've done at step 0 config/application.yml, now you can start to test by using ngrok, the tool is amazingly simple and helpful.

Now, have fun with your own rumor-checker :)

Run with docker-compose

docker-compose run web rake db:create db:migrate
docker-compose up

License

The project is available as open source under the terms of the MIT License.

rumor-checker's People

Contributors

carolhsu avatar mrorz avatar jklife3 avatar changhc avatar hsnusonic avatar rasca0027 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.