https://github.com/belchenkov/ang_laravel_crm
Build CRM on Angular 11 & Laravel 8
https://github.com/belchenkov/ang_laravel_crm
angular angular-material docker laravel mysql passport php typescript
Last synced: 4 months ago
JSON representation
Build CRM on Angular 11 & Laravel 8
- Host: GitHub
- URL: https://github.com/belchenkov/ang_laravel_crm
- Owner: Belchenkov
- Created: 2021-06-25T12:37:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T14:19:10.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T17:58:30.866Z (over 1 year ago)
- Topics: angular, angular-material, docker, laravel, mysql, passport, php, typescript
- Language: PHP
- Homepage:
- Size: 16.1 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Ng Laravel CRM
> Build CRM on Angular 11 & Laravel 8
### [Demo]()

### Get started:
```sh
git clone
```
```sh
Rename or copy .env.example file to .env
```
```sh
php artisan key:generate
```
```sh
make init
```
or
```sh
docker-compose up --build -d
```
```sh
Visit http://localhost:8000 in your browser
```
Run migrate
```sh
make db-migrate
```
Create Test User
```sh
make create-admin
```
Install client packages
```sh
make npm-install
```
Build Client
```sh
make npm-build
```
Login
```sh
admin@gmail.com
```
Password
```sh
password
```