help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
ruby-todo-list
/
app
RSK World
ruby-todo-list
Ruby Todo List - Task Management with User Authentication + Categories + Search + File Attachments + Email Notifications + Rails MVC + Modern Web Interface + API Integration + Educational Design
app
  • assets
  • channels
  • controllers
  • helpers
  • jobs
  • mailers
  • models
  • policies
  • serializers
  • services
  • views
package.json.env.example
package.json
Raw Download
Find: Go to:
{
  "name": "ruby-todo-list",
  "private": true,
  "description": "Ruby To-Do List Application - A complete task management application built with Ruby on Rails",
  "author": {
    "name": "Molla Samser",
    "email": "help@rskworld.in",
    "phone": "+91 93305 39277",
    "address": "Nutanhat, Mongolkote, Purba Burdwan, West Bengal, India, 713147"
  },
  "year": "2026",
  "dependencies": {
    "@hotwired/stimulus": "^3.2.2",
    "@hotwired/turbo-rails": "^8.0.4",
    "@popperjs/core": "^2.11.8",
    "bootstrap": "^5.3.3",
    "bootstrap-icons": "^1.11.3",
    "jquery": "^3.7.1"
  },
  "scripts": {
    "build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=/assets",
    "build:css": "sass ./app/assets/stylesheets/application.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules"
  }
}
24 lines•890 B
json
.env.example
Raw Download
Find: Go to:
# Ruby To-Do List Application - Environment Variables
# Created by: Molla Samser (help@rskworld.in, +91 93305 39277)
# Address: Nutanhat, Mongolkote, Purba Burdwan, West Bengal, India, 713147
# Year: 2026

# Rails Environment
RAILS_ENV=development
RAILS_MASTER_KEY=your_master_key_here

# Database Configuration
DATABASE_URL=postgresql://username:password@localhost:5432/ruby_todo_list_development
DB_HOST=localhost
DB_PORT=5432
DB_NAME=ruby_todo_list_development
DB_USERNAME=postgres
DB_PASSWORD=password

# Redis Configuration (for Sidekiq)
REDIS_URL=redis://localhost:6379/0

# Email Configuration (for notifications)
SMTP_ADDRESS=smtp.gmail.com
SMTP_PORT=587
SMTP_DOMAIN=gmail.com
SMTP_USERNAME=your_email@gmail.com
SMTP_PASSWORD=your_app_password
SMTP_AUTHENTICATION=plain
SMTP_ENABLE_STARTTLS_AUTO=true

# Application Configuration
HOST=localhost
PORT=3000

# Sidekiq Web UI (optional)
SIDEKIQ_USERNAME=admin
SIDEKIQ_PASSWORD=secure_password

# File Upload Configuration
MAX_FILE_SIZE=10485760
ALLOWED_FILE_TYPES=image/jpeg,image/png,image/gif,application/pdf,text/plain

# Copy this file to .env and fill in your actual values
# cp .env.example .env
43 lines•1.2 KB
text

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer