Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 278 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 278 Bytes

Ocarina Landing Page

A sinatra app for managing emails.

Installation

  1. Create database in postgresql
$ psql
user=# create database ocarina_landing_page_development
  1. Migrate
$ rake db:migrate
  1. Start the sinatra app
$ ruby app.rb