Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 425 Bytes

Beyond The Tech

Simple Blogging System for Tech news

Beyond The Tech is a simple blogging system developed in ruby.

How to run

  • Open Terminal
  • bundle install
  • rake or rake run (to run the project)
  • rake test (to run the tests)
  • Open localhost
  • Have fun

Info

Beyond The Tech is an university project. It uses sqlite for DB and datamapper for ORM.

Powered by Sinatra