Skip to content

ankane/blazer-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 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