https://github.com/paunin/lumen-boilerplate
Basic lumen framework application
https://github.com/paunin/lumen-boilerplate
Last synced: 6 months ago
JSON representation
Basic lumen framework application
- Host: GitHub
- URL: https://github.com/paunin/lumen-boilerplate
- Owner: paunin
- Created: 2017-02-07T14:28:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T12:33:41.000Z (over 8 years ago)
- Last Synced: 2025-02-01T07:41:17.557Z (8 months ago)
- Language: PHP
- Size: 98.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlaceItUp core API project
## Setup### Development mode
Run `composer up` to start whole project
### Production mode
This project is designed to be setup in docker/kubernetes environment
## Endpoints
* All environment:
* [API endpoint](http://192.168.99.100/)* Development mode:
* [Swagger Editor](http://192.168.99.100:5000/#/?import=http://192.168.99.100/swagger/api-docs&no-proxy)