Getting Started - megamtech/angular-php-framework GitHub Wiki

  1. clone the repo
  2. Go to server directory in cmd prompt
  3. Install composer if it is not already there in your system
  4. Run > composer install
  5. This will install some required packages
  6. Change the server->config->constants.php as per your DB config (DB Type,Name,Host,port,Username and Password)
  7. In the same file you can see other config options please ensure everything is right based on your environment.