项目作者: bereznii

项目描述 :
The project has been edited to avoid compromising sensitive data. Serves as a sample project. The project is built to act as a microservice storing booked appointements. Has logic for making external request to Basic Auth and NTLM. Logging to database and Microsoft Teams notification channel. Set of API endpoint to work with booked time intervals, etc.
高级语言: PHP
项目地址: git://github.com/bereznii/booking-api.git
创建时间: 2020-08-14T10:18:07Z
项目社区:https://github.com/bereznii/booking-api

开源协议:MIT License

下载


booking_api

Начало работы

Для начала работы требуется установить зависимости, скопировать и настроить файл окружения.

  1. composer install
  2. cp .env.example .env

Для генерации ключа приложения, смены прав для storage, сборки и запуска контейнеров:

  1. sh deploy_development.sh

Для запуска миграций, сидов и синхронизации данных центров:

  1. sh db_setup.sh

Lumen PHP Framework

Build Status
Total Downloads
Latest Stable Version
License

Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.

Official Documentation

Documentation for the framework can be found on the Lumen website.

License

The Lumen framework is open-sourced software licensed under the MIT license.