Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 637 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 637 Bytes

SoluCX - Tech Test

This project is a Tech Test for the company SoluCX.
It's developed in Lumen 5.8

Configuration

Configure the .env for the application

  cd solucx-test
  cp .env.example .env

Run docker

  docker-compose up -d

PS: Docker might take some secounds to build, if you see an error on the following command, wait a couple secounds and try again.

Run migrations to build DB

  docker exec -it php php /var/www/html/artisan migrate

API Documentation

Import the ./solucx-test.json at Postman, Insomnia etc, to check project's APIs.

DB MER

image