Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Code for 選挙 プロジェクト フロントページ This repo will be archived 🗄️ in the future

License

Notifications You must be signed in to change notification settings

codeforjapan/codeforelection_front

Repository files navigation

CircleCI

Code for 選挙プロジェクトへようこそ

| ⚠️ This repository has been archived and will no longer be maintained. Thanks for all the stars, help and brainstorms! |

Code for 選挙プロジェクトは、2017年衆議院選挙候補者のオープンなデータベースを作り、候補者の政策及び過去の実績を中立的に参照できるサイトを制作することを目的としています。

プロジェクトについて

こちらの Github リポジトリを参照下さい。

インストール方法

dockerのインストールすると簡単にセットアップすることが可能です。

docker-compose build
docker-compose up -d db
docker-compose run --rm app bundle exec rails db:setup
docker-compose up

候補者データのインポートは、docker-compose upでサーバを立ち上げた状態で、下記のコマンドを実行することで可能です。

docker-compose exec app bundle exec rake graydb:import

その後、ブラウザから http://localhost:3000 にアクセスして下さい。

About

Code for 選挙 プロジェクト フロントページ This repo will be archived 🗄️ in the future

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published