Skip to content

TimyStream/RaumSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Room "Booking" System

What do i need?

  • Webserver with PHP
  • Database Server (MySQL)

How can i start?

  1. Upload / Copy all the Files exept the .gitignore, RaumDB.sql and README.md to your Webserver
  2. Create a new Database on the Database Server and then Apply the "Notebooks.sql" file.
  3. Create a ".env" file next to the "index.php" with these variables:
  • DB_HOST => Database IP or Hostname
  • DB_USERNAME => The Username of the Database User
  • DB_PASSWORD => The Password of the Database User
  • DB_DATABASE => The Database Name
  • DB_PORT => The Database Port, if not changed enter => "3306"