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

https://github.com/devbeno/event-calendar


https://github.com/devbeno/event-calendar

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Before start remember to fill cp .env.example .env

## Setup instructions

```
composer install
```

```
yarn install
```

```
php artisan migrate
```

```
yarn run watch && php artisan serve
```

## Min. requirements

```
php: ^7.3|^8.0
```