Skip to content

anujmohatkar/blazer-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 82.3%
  • HTML 15.4%
  • CSS 2.1%
  • JavaScript 0.2%