Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nemuba/todo-ajax-datatable
- Owner: nemuba
- Created: 2024-01-02T00:49:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T23:43:05.000Z (10 months ago)
- Last Synced: 2024-03-02T00:36:26.877Z (10 months ago)
- Language: SCSS
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`