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

https://github.com/voidnerd/trybrass-test


https://github.com/voidnerd/trybrass-test

lumen-php-framework php

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# TryBrass Test

## API Documentation

https://documenter.getpostman.com/view/8283931/T1LMiT5a?version=latest

## Usage

- `git clone https://github.com/ndiecodes/trybrass-test.git`
- `cd trybrass-test`
- `composer install`
- `cp .env.example .env` ( Edit with appropriate configs)
- `php artisan jwt:secret`
- `php artisan migrate`
- `php -S localhost:8000 -t public`