Skip to content

MOEP-Robotik/fll_2026_servercode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

146 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLL 2026 Backend

Requirements

  • intl Plugin
  • pdo_sqlite Plugin
  • imagick Plugin

Deployment

Important

Dies muss nur einmal ausgeführt werden!

chmod +x create-db.sh
./create-db.sh

Danach muss die .env datei angepasst werden. Einfach die Datei .env.example kopieren und in .env umbenennen. Danach die Zugangsdaten anpassen.

Und dann:

php -S localhost:8000 -t public

Fertig! Die API kann nun aufgerufen werden unter http://localhost:8000. Nur sehr uninteressant ohne frontend...

Frontend

Das Frontend kann man hier finden!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors