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
Requires
- yiisoft/yii2: 2.0.10
- yiisoft/yii2-authclient: 2.0.5
- yiisoft/yii2-bootstrap: 2.0.6
- yiisoft/yii2-imagine: 2.0.3
- yiisoft/yii2-swiftmailer: 2.0.4
Requires (Dev)
This package is not auto-updated.
Last update: 2025-03-29 22:27:59 UTC
README
Using InnoDB as a storage.
Installation
- Install frontend dependencies
bower update
- Install backend dependencies
composer update
-
Create a new db, tou may use name 'todo'
-
Edit common/config/db.php
-
Run to create tables and admin account (admin@admin.ru::root123)
./common/yii migrate
- 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