...
Copy and prepare the code
...
Download package from https://exchange.videoexpertsgroup.com/b6450e08-f116-44f2-b6a5-5a0c13f55561/src/ to your local
...
machine and unzip.
Go to /api/
folder and run the composer:
Code Block |
---|
php.exe path_to_php_folder\composer install |
Setup Firebase Project and Authentication
Add localhost and local IP of machine to Authorized domain.
Prepare 4 config files and copy them to /api/conf.d
folder:
...
Run the web server
For testing we recommend to use using the built-in PHP web server. You can launch it using the following command:
...