Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 937 Bytes

README.md

File metadata and controls

61 lines (38 loc) · 937 Bytes

API Application

Online courses platform

Overview

This repository contains the RESTful API of the Leer Platform.

Installation

Clone the repository

git clone https://github.com/LeerPlatform/api-application.git

Start containers

docker-compose up -d

SSH into PHP container

docker-compose exec php sh

Install dependencies

composer install

Set application key

php artisan key:generate

Create storage link

php artisan storage:link

Create JQT secret

php artisan jwt:secret

Credits

See also the list of contributors who participated in this project.

Copyright

Copyright (C) 2021 Leer Platform, Cyril de Wit