Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

rsanchez-dv/CookieCoders

Repository files navigation

CookieCoders

This site is to server as an informative gateway for potential clients to see what the site has to offer and request additional information. It displays information about a summer coding camp hosted by our client.

Getting Started

The following web site is designed to be hosted on a L.A.M.P. server. Several files are PHP files to handle communication between MySQL server and client inputs. This site can be run on any operating systems as long as they meet the prerequisites.

Prerequisites

You will need the following to run this site:

  • PHP Version 7.0 - Backend Language
  • MySQL Version 8.0 - Database
  • Apache Version 2.4 - Web Server
  • Any modern web browser

Installing

A step by step series of examples that tell you how to get a development env running

For Linux:

Installing Apache:

sudo apt install apache2

Installing PHP:

sudo apt install php-pear php-fpm php-dev php-zip php-curl php-xmlrpc php-gd php-mysql php-mbstring php-xml libapache2-mod-php

Installing MySQL:

sudo apt install mysql-server

This is a tl;dr. For more information check this out.

Built With

Contributing

  • None at the moment

Authors

  • George Cheng - About Us Section - George17688
  • Howard Cho - Program Description Section - hcho1223
  • Jennifer Nguyen - Q &A Section - Jenn-Git
  • Mukesh Sehdev - HomePage Section - mukeshsehdev
  • Roberto Sanchez - Registration Section - Zyxel-1

License

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