asaokamei / TaskComplete

task web application for symfony demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskComplete

A task management application based on Symfony framework for learning the framework as well as some layered architecture.

license

MIT License

installation

if you are interested in installing it, execute following commands.

  1. git clone https://github.com/asaokamei/TaskComplete
  2. cd TaskComplete
  3. composer install
  4. please make TaskComplete/var/sqlite directory is writable for the web server and to you.
  5. php bin/console doctrine:schema:update --force

to populate database with sample small data,

  1. run php bin/console server:run
  2. and access http://localhost:8000/settings/initialize with browser.
  3. populate with sample data.

database

The database has tables:

ER graph

About

task web application for symfony demo.


Languages

Language:PHP 82.8%Language:HTML 15.1%Language:ApacheConf 2.1%