Skip to content

JordanNavratil/To_Do_Many

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do Lists, with a many to many relationship

A simple database program showing things you need to do, 8-17-15

By Jordan Navratil & Jenna Navratil

Description

This continues to build on previous "To Do" apps. It allows a user to create categories and tasks as before, but now makes it possible to include a task in multiple categories

Setup

Clone the repository. Start Apache server. Open PHPmyAdmin and import the database file. Run the command $composer install in the top level of the cloned directory. Open a PHP server in the web folder of the top level. For a mac, run the following command in your terminal:

php -S localhost:8000. Then open your web browser of choice to localhost:8000.

Technologies Used

Made using SQL, PHP, HTML, Silex, Composer, Twig; tests conducted with PHPUnit.

Legal

Copyright (c) 2015 Jordan Navratil & Jenna Navratil

About

To Do with a many to many relationship

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published