2
0
Fork
You've already forked backend
1
Delibay backend server to provide an API to the frontend or other clients.
  • PHP 99%
  • Shell 0.7%
  • Blade 0.2%
  • JavaScript 0.1%
Find a file
2026年01月22日 17:32:22 +01:00
app courses: implement temporary order assignation for new exo to fix update failures 2025年09月20日 22:35:19 +02:00
bootstrap laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
config composer: migrate to Laravel 11 with upgrade guide 2024年04月21日 20:10:39 +02:00
database exos: add parent_id to existing unique combination of order and skill_id 2025年09月20日 22:36:16 +02:00
lang/en laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
public laravel: disallow indexing via robots.txt 2022年12月30日 23:33:08 +01:00
resources HomePage: create home page with basic text, add a Pest test 2022年12月30日 23:32:53 +01:00
routes api: enable only 'index' and 'show' actions in courses.skills and skills.exos api resources 2024年04月02日 17:10:09 +02:00
storage tests: migrate all DY files to the new lowercase keys without : 2025年09月20日 18:45:24 +02:00
tests courses: implement temporary order assignation for new exo to fix update failures 2025年09月20日 22:35:19 +02:00
.editorconfig laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
.env.example env: remove unused MAIL, AWS, PUSHER and VITE_PUSHER keys in .env.example 2025年06月21日 16:48:27 +02:00
.gitattributes laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
.gitignore cli: install DY CLI in dev.sh via full rebuild 2026年01月22日 17:32:22 +01:00
artisan laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
composer.json composer: run composer update and remove abandoned pest-plugin-watch 2025年09月20日 18:47:22 +02:00
composer.lock composer: run composer update 2026年01月22日 00:59:56 +01:00
dev.db.php env: create dev.sh and dev.sh.php scripts 2026年01月21日 23:50:47 +01:00
dev.sh cli: install DY CLI in dev.sh via full rebuild 2026年01月22日 17:32:22 +01:00
minimal.env env: add minimal.env file to be copied in Docker images 2025年08月05日 14:46:26 +02:00
phpunit.xml composer: migrate to Laravel 10 with upgrade guide, update Pest 2, remove PHPUnit 2023年05月07日 21:18:08 +02:00
README.md readme: add dev status info 2023年04月28日 01:25:18 +02:00
vite.config.js laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00

backend

Delibay backend server to provide an API to the frontend or other clients.

Powered by Laravel and tested with Pest.

Development status: I will deploy and use the server in beta personally but I will not provide migration documentation or other info during beta versions, so don't use for any other purpose than local testing or local security testing, before we reach the v1.

The schema will frequently introduce breaking change, so the frontend is always implemented to the last schema and released at the same time than the backend.

Contributions are currently not opened because too many things are refactored and moved... If you would like to contribute, come back later :)

Licence

Coming soon...