Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giangmd/todolist-php-mvc

To Do List Exam by PHP MVC
https://github.com/giangmd/todolist-php-mvc

php-mvc todolist-application todolist-php todolist-php-mvc

Last synced: 17 days ago
JSON representation

To Do List Exam by PHP MVC

Awesome Lists containing this project

README

        

# To Do List - PHP MVC

A Simple Exam to practive

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Installing

Clone project to your local

```
git clone https://github.com/giangmd/todolist-php-mvc.git
```

Move to folder then run

```
composer install
```

Import `database-migrate.sql` file to your database server.

Add connect info to `config.php`

## Deployment

Setup a virtal host then run this site.

## UnitTest

```
./vendor/bin/phpunit tests
```

## Built With

* [PHP](http://php.net/) - PHP Language

## Authors

* **Mai Dong Giang** - *Initial work*

## Acknowledgments

* Hat tip to anyone whose code was used
* Inspiration
* etc