https://github.com/voidnerd/trybrass-test
https://github.com/voidnerd/trybrass-test
lumen-php-framework php
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voidnerd/trybrass-test
- Owner: voidnerd
- Created: 2020-08-12T07:02:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T00:02:16.000Z (over 5 years ago)
- Last Synced: 2025-06-06T03:04:00.889Z (8 months ago)
- Topics: lumen-php-framework, php
- Language: PHP
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`