- Import the sql file to get the required tables for the project.The file is named
shared.sqland is found inside the db folder
- Set the following environment variables
HOST_NAME ="localhost"
DB_NAME = "galactic_db"
DB_USER = "test_user"
DB_PASS = "pass"
ROOT_URL = 'http://localhost/shared'- Place the source code folder inside htdocs directory, if XAMPP is used.
- Go to the browser and navigate to:
http://localhost/shared