Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleander/journal-rb
- Owner: oleander
- Created: 2012-01-18T23:33:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-11T02:20:18.000Z (almost 13 years ago)
- Last Synced: 2024-11-20T20:12:05.603Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 10.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.