Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oleander/journal-rb

Time journal for a bachelor thesis written in Rails
https://github.com/oleander/journal-rb

Last synced: 4 days ago
JSON representation

Time journal for a bachelor thesis written in Rails

Awesome Lists containing this project

README

        

# Journal

Time journal for [a bachelor thesis](http://www.chalmers.se/cse/SV/utbildning/grundutbildning/kandidatniva/kandidatarbeten-2012/water-en-ersattning-for) written in Rails.

## Installation

1. Clone project. `git clone git://github.com/oleander/journal-rb.git`
2. Install dependencies. `bundle install`
3. Create database. `bundle exec rake db:create`
4. Migrate database. `bundle exec rake db:migrate`
5. Start server. `rails s --debugger`

## Features

- Mardown support with live preview.
- Authentication using Google OAuth.
- PDF project exporter.