Skip to content

Website made at San Francisco State University in CSC412 during Fall of 2017

Notifications You must be signed in to change notification settings

janka102/csc412-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csc412-website

Website made at San Francisco State University in CSC412 during Fall of 2017.

About

The backend is written in PHP. It uses a MySQL database to hold quotes and tile data.

The client is built with Bootstrap 4 and is mobile friendly. It features a section to submit quotes and a small clone of Reddit's r/place. The quotes and tile data are sanitized to prevent SQL injection by using htmlspecialchars() to print data and mysqli's bind_param() when saving data.

To run:

  1. Copy auth.php.example to auth.php and fill in the variables for the database credentials
  2. Use the src folder as webroot for PHP
    • Simplest way is running php -S localhost:8080 -t src

About

Website made at San Francisco State University in CSC412 during Fall of 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published