Skip to content

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 interval…

License

Notifications You must be signed in to change notification settings

bereznii/booking-api

Repository files navigation

booking_api

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

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

composer install
cp .env.example .env

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

sh deploy_development.sh

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

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.

About

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 interval…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published