Skip to content

mikhalkevich/backendAPI

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Backend API on Laravel

This backend API is designed to serve client requests, both public and admin. For the admin part, after authorization, CRUD requests in the model become available: catalog, products, companies, media library. With separate requests, the admin can form links between these tables, and uploaded files (for example, images) can be linked to any model.

Installation

 git clone https://github.com/mikhalkevich/backendAPI 

Файл .env отсутствует в репозитории и его можно воссоздать по примеру .env.example

Для установки необходимых модулей необходимо выполнить команду:

composer install
После чего необходимо выполнить миграции:
php artisan migrate
Запустить проект с помощью команды
php artisan serve
Теперь бэкенд станет доступен для клиентских запросов, по умолчанию по хосту: http://localhost:8000

Documentation

Инструкция по использованию BackendAPI доступна по адресу http://erud.by/backend

License

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

About

Backend API on Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages