Skip to content

shivamsinghchahar/simply-task

Repository files navigation

Local Development Setup

Clone this repo by running git clone git@github.com:shivamsinghchahar/simply-task.git.

Install ruby version v3.1.0 which is specified inside the .ruby-version file.

Setup

bin/setup

Running the server

bin/dev

Running Tests

bin/ci

Help

bin/setup help

Features

  1. Sign in - /sessions/new
  2. Sign up - /users/new
  3. Dashboard - / or /tasks
  4. New Task - /tasks/new
  5. Edit Task - /tasks/{id}/edit
  6. Matrix Solver - /matrices/new
  7. Matrix Solver API - POST /matrices or POST /matrices.json expects JSON body { "matrix": "[[0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 1, 1],[1, 1, 1, 0, 0, 0], [1, 1, 1, 1, 1, 1]]" }