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

https://github.com/bryanbill/coalition-laravel

This is a test for Coalition Technologies. The test is to create a simple Laravel application that allows users to create, read, update, and delete (CRUD) stock records.
https://github.com/bryanbill/coalition-laravel

Last synced: 11 months ago
JSON representation

This is a test for Coalition Technologies. The test is to create a simple Laravel application that allows users to create, read, update, and delete (CRUD) stock records.

Awesome Lists containing this project

README

          

# Coalition Laravel Test

This is a test for Coalition Technologies. The test is to create a simple Laravel application that allows users to create, read, update, and delete (CRUD) stock records.

## Installation

1. Clone the repository

```bash
git clone https://bryanbill/coalition-laravel.git
```

2. Install dependencies

```bash
composer install
```

3. Create a `.env` file

```bash
cp .env.example .env
```

4. Generate an application key

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

5. Run the project

```bash
php artisan serve
```