Skip to content

This is a storefront website intended to run on a Apache/MySQL/PHP stack. No libraries/frameworks are used. This site was created as an assignment for SFSU CSC317 Spring 2021.

License

Notifications You must be signed in to change notification settings

jasneilnat/csc317-group-storefront-codeninjas

Repository files navigation

Description

This is a storefront website intended to run on a Apache/MySQL/PHP stack.

No libraries/frameworks are used.

Setup

Requirements: Apache (or another web server), MySQL, PHP

  1. REQUIRED: The contents of /storefront-site must be moved/copied into your webserver's root, or the webserver must be configured to serve the contents of /storefront-site.
  2. REQUIRED: To set up the MySQL database, run /setup-mysql.sql in a MySQL shell.
  3. REQUIRED: To set up required environment variables, make a copy of /storefront-site/.env.example and rename it .env.
    • MySQL credentials must be configured.
    • JWT_SECRET must be configured. Recommended to use a random string of 32-64 characters.
  4. Setup and configuration complete!

Screenshots

Screenshot


Screenshot


Screenshot


Screenshot


Screenshot


Screenshot


Screenshot

Authors

All authors are students at San Francisco State University, San Francisco, California. This project was created as group project for CSC 0317-04 Introduction to Web Software Development Spring 2021.

  • Olivier Chan Sion Moy
  • Jinal Shah
  • Jasneil Nat
  • Jingxing Luo

License

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

About

This is a storefront website intended to run on a Apache/MySQL/PHP stack. No libraries/frameworks are used. This site was created as an assignment for SFSU CSC317 Spring 2021.

Resources

License

Stars

Watchers

Forks

Packages

No packages published