Beyond The Tech is a simple blogging system developed in ruby.
- Open Terminal
bundle install
rake
orrake run
(to run the project)rake test
(to run the tests)- Open localhost
- Have fun
Beyond The Tech is an university project. It uses sqlite for DB and datamapper for ORM.
Powered by Sinatra