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.
bin/setup
bin/dev
bin/ci
bin/setup help
- Sign in -
/sessions/new
- Sign up -
/users/new
- Dashboard -
/
or/tasks
- New Task -
/tasks/new
- Edit Task -
/tasks/{id}/edit
- Matrix Solver -
/matrices/new
- Matrix Solver API -
POST /matrices
orPOST /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]]" }