Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ccuffs/busy

Serviço web para consultar a disponibilidade de professores
https://github.com/ccuffs/busy

academic laravel lumen php uffs webapp

Last synced: about 2 months ago
JSON representation

Serviço web para consultar a disponibilidade de professores

Awesome Lists containing this project

README

        

# busy
Serviço web para consultar a disponibilidade de professores

## Config

```
php artisan migrate:install
```

```
php artisan migrate:fresh
```

```
crontab -e
```

```
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
```

## Dev

```
php artisan make:migration create_users_table --create=users
```

```
php artisan migrate
```

## Teste

```
php artisan cache:clear
```

```
php -S localhost:8000 -t public
```