Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Developing Bandiera

Darren Oakley edited this page Oct 18, 2021 · 1 revision

To work with Bandiera, you need to be comfortable working in Ruby, but the code itself is very very simple...

  1. Fork this repo.
  2. Run bundle install
  3. Create a config/database.yml file with your database connection details (use config/database.yml.sample as a guide).
  4. Run bundle exec rake db:create db:migrate.
  5. Run RACK_ENV=test bundle exec rake db:create db:migrate.
  6. Run shotgun -p 5000

You'll now see the web interface sitting on http://localhost:5000, and the API at http://localhost:5000/api.