8000 GitHub - romandunets/hinter: Personal Organizer on Rails
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

romandunets/hinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hinter

This project is web-based personal organizer tool on Rails 4. Basically, an application is enhanced version of task list with a few cool features to make it useful in real life.

Features

Hinter provides user management so a visitor can register with an email address and password to create an account. Te application provides authentication so access to the site can be limited to users who are registered and logged in. Authorized users can view, create, update and delete own tasks as well as change their state (open, in progress, done).

Getting Started

To get you started you can simply clone the hinter repository, install gems, initialize database and run the application.

Prerequisites

You need to must a git client to clone the repository. You can get it from http://git-scm.com/.

Also you must to have Ruby 2.2 and Rails 4.0.0+ installed.

Installation

  1. Clone the hinter repository using git:

    git clone https://github.com/romandunets/hinter.git
    
  2. Install gems

    bundle install
    
  3. Initialize database

    rake db:create db:migrate db:seed
    
  4. Run the application in localhost

    rails server
    

Running tests

The application has rspec tests for models. You can run them using bundle:

bundle exec rspec

About

Personal Organizer on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0