Skip to content

haarisVs/laravel-vue-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start the project:

Backend:

Please change current folder: cd backend

First, run the development server:

composer install Input database|mail config to ".env"

php artisan key:generate
php artisan jwt:secret
php artisan migrate
php artisan db:seed
php artisan serve --host=localhost --port=8080

To start the project with Docker use ".env.docker" and "\config\database.docker.php" files

Frontend:

Please change current folder: cd frontend

   npm install
   npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published