Online Uni

Requirements

  • PHP
  • Composer
  • XAMPP

Download

Installation

Run the following commands in your terminal:

cd /path/to/htdocs/project
  1. Clone the repository
git clone $REPO_URL
  1. Install Composer packages
composer install
  1. Create a new database and import the database.sql file

  2. Rename the .env.example file to .env and update the database credentials

  3. Start the server

php -S localhost:8000
  1. Visit http://localhost:8000 in your browser
  2. Login with the following credentials:
  • Lecturer: id: 12345, password: 12345
  • Student: id: 123456, password: 12345
  • Admin: id: 1234567, password: password