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