Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giangmd/todolist-php-mvc
- Owner: giangmd
- Created: 2019-01-08T07:25:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:28:16.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:13:07.061Z (2 months ago)
- Topics: php-mvc, todolist-application, todolist-php, todolist-php-mvc
- Language: PHP
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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