Skip to content

LeerPlatform/api-application

Repository files navigation

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

About

The RESTful API for the Leer Platform's repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages