Skip to content

Repository files navigation

Installation

Clone the repo locally:

git clone https://github.com/lionwalker/customer-relationship-management.git customer-relationship-management
cd customer-relationship-management

Install PHP dependencies:

composer install

Install NPM dependencies:

npm install

Build assets:

npm run dev

Setup configuration with database information:

cp .env.example .env

Generate application key:

php artisan key:generate

Create MySql database if not already created:

php artisan make:default-db

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

Run the dev server (the output will give the address):

php artisan serve

Ready to go! Visit CRM in your browser, and login with:

API documentation

http://{base_url}/api/documentation

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages