Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.4 KB

README.md

File metadata and controls

48 lines (32 loc) · 2.4 KB

Build Status Total Downloads Latest Stable Version License

Optimizely Connector App

About

Connector used to list feature flags created in Optimizely.

For more details please check documentation in Getting Started page

Build Instructions

Update environment variables

cp .env.example .env

Then should edit the value in .env OPTIMIZELY_KEY with the one that's being provided in Optimizely platform.

docker-compose up -d --build

Then the application should be accessible in http://localhost:9000/

Run docker

docker-compose up -d --build

Then the application should be accessible in http://localhost:9000/

Documentation

Swagger documentation available in http://localhost:9000/documentation.

To update Swagger, please run php artisan l5-swagger:generate inside the container.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.