An open API service indexing awesome lists of open source software.

https://github.com/dynow/czechskills

My projects at CzechSkills2024
https://github.com/dynow/czechskills

competition czechskills worldskills

Last synced: about 1 month ago
JSON representation

My projects at CzechSkills2024

Awesome Lists containing this project

README

        

# CzechSkills2024

## Module-A

### requires: nodejs

```bash
npm i
npm run dev
```

## Module-B

### requires: nodejs, php, composer

### To run the project, open 3 terminals

#### terminal 1

```bash
npm i
npm run dev
```

#### terminal 2

```bash
php artisan serve
```

#### terminal 3

```bash
php artisan migrate:fresh --seed
```