Update README.md

shift-build-2464
Nadim Salloum 2021-06-15 18:56:59 +00:00 committed by GitHub
parent 7a9dac5c01
commit 06342508b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@ Manage Cars, Contacts and Contracts
- Export as Excel - Export as Excel
- Print Contracts as PDF - Print Contracts as PDF
Running on Laravel v8 Running on Laravel 8
## Project Setup ## Project Setup
Prequisites: Prequisites:
- (Docker)[https://docker.com] installed and running - [Docker](https://docker.com) installed and running
1. copy .env.example to .env 1. copy .env.example to .env
2. start app by running `./vendor/bin/sail up` inside the main directory (or configure a bash alias: `alias sail='bash vendor/bin/sail'`) then you can use `sail up` 2. start app by running `./vendor/bin/sail up` inside the main directory (or configure a bash alias: `alias sail='bash vendor/bin/sail'`) then you can use `sail up`
3. Run migrations and seed db: `sail php artisan migrate:fresh --seed` 3. Run migrations and seed db: `sail php artisan migrate:fresh --seed`
4. `sail npm run watch` 4. `sail npm run watch`
5. Access the web application at `0.0.0.0` 5. Access the web application at `0.0.0.0`
6. The default credentials are `hello@salloum.ch` and `abc123` 6. The default credentials are `hello@salloum.ch` and `abc123`