Skip to content

RomuloLim/EAD-API

Repository files navigation

Laravel EAD API

Step by step

Clone the repository

git clone https://github.com/RomuloLim/EAD-API
cd EAD-API/

create .env file

cd example-project/
cp .env.example .env

update .env

APP_NAME=EAD-API
APP_URL=http://localhost:8180

DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=nome_que_desejar_db
DB_USERNAME=root
DB_PASSWORD=root

CACHE_DRIVER=redis
QUEUE_CONNECTION=redis
SESSION_DRIVER=redis

REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379

Up project containers

docker-compose up -d

Access container

docker-compose exec laravel_8 bash

Install project dependencies

composer install

Generate project key

php artisan key:generate

Project URL http://localhost:8180

About

A laravel API from EAD (e-learning) project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages