ali-ehmed / todolist-app

Simple TODO List Raills App with Stimulus.js

Home Page:https://rails-todolist-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoList App

This is a simple TODO list app. The backend/Views are generated from Rails and Frontend is managed through Stimulas JS. The Front end uses Rails APIs to mutate the content.

Prerequisites

  • Rails 5.2.2
  • Ruby 2.5.1
  • PG

Installation

  • Clone the repo git clone git@github.com:aliahmed922/todolist-app.git
  • cd todolist-app
  • Run bundle
  • Run yarn install
  • Copy database.yml.example from /config and paste in the same folder with database.yml
  • Run rails db:create db:migrate db:seed
  • Run foreman start -f Procfile.dev

There you go! Cheers.

About

Simple TODO List Raills App with Stimulus.js

https://rails-todolist-app.herokuapp.com/


Languages

Language:Ruby 64.1%Language:HTML 17.7%Language:JavaScript 14.5%Language:SCSS 2.0%Language:CSS 1.6%