Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemuba/todo-ajax-rails
https://github.com/nemuba/todo-ajax-rails
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nemuba/todo-ajax-rails
- Owner: nemuba
- License: mit
- Created: 2024-03-17T21:56:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T23:12:40.000Z (about 2 months ago)
- Last Synced: 2024-11-13T00:19:01.189Z (about 2 months ago)
- Language: Ruby
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TODO App
This is a simple TODO app that I am building to learn Ruby on Rails, and to get a better understanding of how to build a web application.
## Features
- [x] Create a new task
- [x] Edit a task
- [x] Edit inline
- [x] Delete a task
- [x] Confirm deletion
- [x] Search by columns
- [x] Sort by columns
- [x] Add tests
- [x] Models
- [x] Services
- [x] Channels
- [x] Controllers## Technologies
- Ruby on Rails: 5.2.8
- Ruby: 2.5.9
- PostgreSQL: 12.7
- Bootstrap: 5.3.2
- Popper.js: 1.16.1
- Jquery: 3.6.0
- Font Awesome: 4.7.0## Installation
1. Clone the repository
2. Run `bundle install`
3. Edit the credentials file with your database credentials `EDITOR="nano" bin/rails credentials:edit`
4. Run `rails db:create`
5. Run `rails db:migrate`
6. Run `rails server`## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details