Skip to content

deepakdumraliya/zoomapi

Repository files navigation

zoomapi

1)Import Database

2)Make Changes in config.php

define("BASE_URI", "http://localhost/zoomapi/");

//As per Your Database

define("HOST", "localhost");

define("USERNAME", "root");

define("PASSWORD", "root");

define("DB_NAME", "zoom");

ENTER JWT KEYS

define("API_KEY", "API_KEY");

define("SECRET_KEY", "SECRET_KEY");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published