ankane / blazer-dev

Dev app for Blazer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazer Dev

🔥 Dev app for Blazer

Install

git clone https://github.com/ankane/blazer.git
git clone https://github.com/ankane/blazer-dev.git
cd blazer-dev
bundle
rails db:create
rails db:schema:load

If desired, add MovieLens data and run:

echo "BLAZER_DATABASE_URL=postgres://localhost/movielens" >> .env
rails db:seed

Otherwise, create .env with:

BLAZER_DATABASE_URL=postgres://localhost/yourdb

Run

rails server

Open http://localhost:3000 and start developing.

Thanks for helping to make Blazer better for everyone!

About

Dev app for Blazer


Languages

Language:Ruby 82.4%Language:HTML 15.4%Language:CSS 2.1%Language:JavaScript 0.2%