1
0
Fork
You've already forked backend
0
forked from delibay/backend
Delibay backend server to provide an API to the frontend or other clients.
  • PHP 99.3%
  • Blade 0.5%
  • JavaScript 0.2%
2023年01月01日 02:19:54 +01:00
app CourseController: implement store and index WIP 2023年01月01日 02:19:54 +01:00
bootstrap laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
config laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
database Teach: create TeachType enum and use in seeder 2022年12月31日 18:33:03 +01: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 CourseController: implement store and index WIP 2023年01月01日 02:19:54 +01:00
storage laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
tests CourseController: implement store and index WIP 2023年01月01日 02:19:54 +01:00
.editorconfig laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
.env.example laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
.gitattributes laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
.gitignore laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
artisan laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
composer.json laravel: install Pest 2022年12月30日 21:12:52 +01:00
composer.lock laravel: install Pest 2022年12月30日 21:12:52 +01:00
package.json laravel: install fresh Laravel 9 app without README 2022年12月30日 21:04:21 +01:00
phpunit.xml tests: make phpunit store database in memory in sqlite format 2022年12月31日 00:56:32 +01:00
README.md Initial commit 2022年12月30日 19:57:20 +00: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.