- Twitter Bootstrap
- Pimple dependency injection container
- Codeception testing PHP framework
- Use the
git clone https://github.com/Qevg/Student-list.gitcommand to clone the repository - Use the
composer installcommand to install dependencies - Import database
students.sqlon your database - Change database settings in
config/config_production.json - Set
publicdirectory as a document root on your web server
- Set environment to
testingin theconfig/config.json - Create test database for tests
- Change configuration in the
config/config_testing.json,codeception.ymlandtests/*.suite.yml
$ codecept run
This application is licensed under the MIT license. For more information refer to License file.