Skip to content

thelazyant164/APNG-Simple-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Website on APNG

Created as coursework for Computing Inquiry Project - COS10026, Swinburne University of Technology, Semester 1, 2022.

Prerequisites

Should load without issue on any modern browser supporting the sufficient technology involved in creating this simple website. See dependency for more details.

Installing

Clone everything in assign1/ for the static version, without PHP backend logic or database integration. OR, run straight from the GitHub page URL for the index page.

Clone everything in assign3/ for the extended version, which requires additional configuration to get running.

Deployment

The static version, found in assign1/, can be run out-of-the-box from localhost as only vanilla HTML5 and CSS3 are used. Any modern browser with proper support should suffice.

The extended version, found in assign3/, is a bit more tricky. Website can be hosted on an Apache server with sufficient PHP support. Database credentials are read from env/settings.php - change this to a working database for the website to run properly.

Built With

  • JPGraph - The PHP library used for visualizing statistics
  • FeeNIX - Environment where the website is deployed, with dedicated Apache server Mercury for hosting & MariaDB for storing quiz attempts
  • Apart from that, vanilla HTML5 & CSS3 for frontend, with PHP for backend logic & MySQL syntax for database query

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

COS10026 Group Assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published