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

https://github.com/gsabadini/lumen-crud

CRUD in Lumen Micro-Framework
https://github.com/gsabadini/lumen-crud

crud lumen-framework

Last synced: about 1 month ago
JSON representation

CRUD in Lumen Micro-Framework

Awesome Lists containing this project

README

          

Welcome to Laravel Auth 👋

## Client repository

- [Vue Crud](https://github.com/GSabadini/vue-crud)

## Getting Started

- These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

- What things you need to install the software and how to install them

```
Docker and docker-compose
```

### Installing

- Step by step

```
docker-compose up -d
```

```
docker-compose exec devapp bash
```

```
composer install
```

```
create .env through env.example
```

```
php artisan migrate
```

## Running the tests

```
docker-compose exec devapp bash
```
```
vendor/bin/phpunit --filter Customer
```