Online courses platform
This repository contains the RESTful API of the Leer Platform.
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
- Cyril de Wit - Creator - cyrildewit
See also the list of contributors who participated in this project.
Copyright (C) 2021 Leer Platform, Cyril de Wit