A Website realized for a blackbox project at CPNV ES - Application development 1st year 1st semester.
Website to create quizes and to answer them.
Windows | macOs |
---|---|
choco install git | brew install git |
https://www.php.net/downloads.php
Windows | macOs |
---|---|
choco install php | brew install php |
git clone https://github.com/CPNV-ES/MAW1-LpoVicYan.git
composer install
Copy and rename the .env.example
file and fill the following part
DB_CONNECTION=
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
Create the database with the sql file in conception/database ->DB-BuildScript_2.0.sql
php -S localhost:8000 -t ./public
Go to your navigator and open the server