====================================================
This web application is the code base for the teachers as a reference when they give their student an assignment to create a web application according to the given tasks using Silex.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Needed software in your computer to run this software:
- php
sudo apt-get install php7.0-cli
sudo apt-get install php-xml
-
SQLite
sudo apt-get install php-sqlite3
To install the software you have following options:
Cloning the project to your computer. If you have ssh access.
git glone [email protected]:i-sepp/bcs-koolitus.git
Or download it manually from the gitlab page.
Then you need to have composer installed in your computer. And then you need to install composer packages in your project folder.
composer install
You can run the tests by this command:
vendor/bin/phpunit tests
- Silex - The web framework used
- Composer - Dependency Management
- Twig - Php template engine
- Doctrine DBAL - Database connection
- PHPUnit - PHP testing framework
We use SemVer for versioning. At the moment we have one version, which is 1.0.0
See also the list of contributors who participated in this project.
This project is licensed under the MIT License.