Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nemuba/todo-ajax-datatable

Todo Rails App
https://github.com/nemuba/todo-ajax-datatable

Last synced: 5 days ago
JSON representation

Todo Rails App

Awesome Lists containing this project

README

        

# TODO APP

## Description

This is a simple todo app that allows you to add, edit, and delete tasks. It also allows you to mark tasks as complete.

## Setup

### Requirements

* Ruby
* Rails
* Postgres
* Cocoon gem
* ajax-datatables-rails gem
* jquery-datatables-rails gem
* jquery-rails gem
* wicked_pdf gem
* font-awesome-rails gem
* bootstrap gem
* drapper gem

## Installation

1. Clone the repository
2. Run `bundle install`
3. Run `rake db:migrate`
4. Run `rails s`