Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 1.72 KB

README.md

File metadata and controls

69 lines (53 loc) · 1.72 KB

Kid's game

About this project

This project is a game for kids, where they can learn about the alphabet and numbers.

Stack

  • PHP 7.4
  • Bootstrap 4
  • MySQL 8.0.32 - MySQL Community Server
  • Docker

How to run this project

If you are using XAMPP

  1. Go to the XAMPP directory and choose the folder htdocs

  2. Open your Command line, right click and chose the option Open in Terminal

  3. Clone this repository running in your Command line:

      git clone https://github.com/anyruizd/php-final-project.git
  4. Access the website in http://localhost/php-final-project

If you are using Docker

  1. Install Docker on your machine

  2. Clone this repository running:

      git clone https://github.com/anyruizd/php-final-project.git
  3. In the main folder of the project run:

     docker-compose up -d
  4. Go to this file, uncomment the credentials for Docker and comment the credentials for XAMPP

  5. Access the website in http://localhost

  6. Access the phpmyadmin in http://localhost:8000

  7. Stop the project with

     docker-compose down

Contributors

  • Any
    • Level 1 and 2
    • Game structure
    • Database components
    • Project & HTML structure
    • Overall layout and styles
    • Validation auth forms
  • Jean-Michel
    • Level 3 and 4
    • Login, Registration and Change password forms and validation
    • Database components
    • Game over page
    • Project setup
    • Validation game forms
  • Allan
    • Level 5 and 6
    • Login, Registration and Change password forms html and styles
    • Project setup