Clone the repo locally:
git clone https://github.com/lionwalker/customer-relationship-management.git customer-relationship-management
cd customer-relationship-managementInstall PHP dependencies:
composer installInstall NPM dependencies:
npm installBuild assets:
npm run devSetup configuration with database information:
cp .env.example .envGenerate application key:
php artisan key:generateCreate MySql database if not already created:
php artisan make:default-dbRun database migrations:
php artisan migrateRun database seeder:
php artisan db:seedRun the dev server (the output will give the address):
php artisan serveReady to go! Visit CRM in your browser, and login with:
- Username: admin@admin.com
- Password: Admin@123
http://{base_url}/api/documentation