Skip to content

examenfit/api

Repository files navigation

ExamenFit API

System requirements

  1. PHP 7.4
  2. MariaDB 10.5

Other software

  1. Install pdftotext
sudo apt-get install poppler-utils
  1. Install Imagemagick
sudo apt install imagemagick
  1. Install KaTeX
npx katex
  1. Install Composer
sudo apt-get install composer

Installation

  1. Install Composer packages
composer install
  1. Create .env file
cp .env.example .env
  1. Check configuration
  • For local development, the default front-end URL (Sanctum & CORS) is already set.
  • Make sure the right DB_ information is set
  1. Generate secret key
php artisan key:generate
  1. Link storage path
php artisan storage:link
  1. Run server
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published