art2pro/todo.me

dependencies of todo.me

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

dev-master 2016-12-12 00:44 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:24:44 UTC


README

Using InnoDB as a storage.

Installation

  1. Install frontend dependencies
bower update
  1. Install backend dependencies
composer update
  1. Create a new db, tou may use name 'todo'

  2. Edit common/config/db.php

  3. Run to create tables and admin account (admin@admin.ru::root123)

./common/yii migrate
  1. Link your Apache or NGINX with public directory: frontend/web

Developing

Before editing run grunt, it will watch after your file changes and will recompile css, refresh page

$ grunt

Use 'todo.me' as a production alias Use 'todo.dev' as a development alias

Production

Remove db.local.php

General Features

  • User registration
  • Remind the password
  • Edit profile
  • Add/edit/delete tasks
  • Set task one of the New/In progress/Finished statuses

Admin panel features

  • Remove users
  • Make a user as admin
  • Edit/remove tasks of any user

Packege managers

  • bower
  • composer
  • grunt