Skip to content

TrueBadr/Hogwarts-For-Programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hogwarts for Programming

Contribution

Follow these steps to set up the project on your local machine:

Prerequisites

  1. Install PHP (version 7.4 or higher).
  2. Install Composer, the dependency manager for PHP.
  3. Install MySQL or any compatible database.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/r6mez/Hogwarts-For-Programming.git
    cd Hogwarts-For-Programming
  2. Install dependencies using Composer:

    composer install
  3. Set up the database: run queries in schema/schema.sql and to populate database run schema/query.sql, and to view database settings head to config/config.php.

  4. Start the development server:

    php -S localhost:8000 -t public
  5. Open your browser and navigate to http://localhost:8000.

Project Structure

  • public/: Contains public-facing files, including the entry point index.php and static assets.
  • src/: Core application logic, including controllers, validators, and utility classes.
  • config/: Configuration files, such as database credentials and route definitions.
  • Schema/: SQL scripts for setting up the database schema.
  • vendor/: Composer dependencies (generated after running composer install).
  • .gitignore: Specifies files and directories to exclude from version control.
  • README.md: Documentation for setting up and understanding the project.

About

My Fork of IEEE CS (Backend Track ) Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 98.3%
  • Other 1.7%