Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-kamil authored Nov 28, 2023
1 parent 1f497db commit 3b85a0c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,29 @@ It requires

### Installation & local development

save `.env.example` as `.env`.
for more details, you can read the [laravel installation documentation](https://laravel.com/docs/10.x/installation)

copy `.env.example` to `.env` and insert your settings

install back end dependencies

```bash
composer install
```

generate an application key:

```bash
php artisan key:generate
```

install back end dependencies
run migrations to create db tables:

```bash
composer install
php artisan migrate
```


run a local back end development server
(or use other solution. on mac we suggest to use [Herd](https://herd.laravel.com))

Expand All @@ -52,6 +61,7 @@ run a local front end development server
npm run dev
```


## Data

There are to options how to get data in the app
Expand Down

0 comments on commit 3b85a0c

Please sign in to comment.