jeanroloff / infra-challenge

CLF Infra Challenge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About project infra-challenge

This is an example api project for the technical test to the application infrastructure team.

Setup

  1. The project requires:
PHP 8.3
MySQL 8.0.36
  1. After clonning the project, install dependencies
composer install
  1. Configure the credentials in .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
  1. Run migrations with seeders
php artisan migrate --seed
  1. Access the example endpoint
curl http://127.0.0.1:8000/api/v1/products

About

CLF Infra Challenge.


Languages

Language:PHP 61.5%Language:Blade 38.2%Language:JavaScript 0.3%