A website that allows you to create events & find friends and organize your time.
- Install XAMPP
- (You can optionaly install Wampserver if you have windows)
- Open xampp and start mysql and apache services
- Open your browser and go to
localhost/phpmyadmin
- Login with default username and password (username:
root
, password: ``) - Press on the
+new
link and create a database with nametime_balance
- Go to the Import tab in the top panel (on the right)
- Click
choose a file
and choose the file under./TimeBlance/db/time_balance.sql
- Press Go.
- Navigate to
./TimeBlance/php/DB.php
and change theDB::USERNAME
andDB::PASSWORD
variables to your phpmyadmin username and password - Now copy the folder
./TimeBalance
toC:/xampp/htdocs
- Back to your browser paste the following url:
localhost/TimeBalance