Skip to content

Small application of todo list which illustrates interaction Yii2 and Angular 1.6 via CRUD.

Notifications You must be signed in to change notification settings

ArtemProf/todo.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App in Yii2 & Angular 1.6

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 ([email protected]::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

About

Small application of todo list which illustrates interaction Yii2 and Angular 1.6 via CRUD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published