dependabot[bot] 5522d9cd74 Bump twig/twig from 3.14.0 to 3.14.1
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.14.0 to 3.14.1.
- [Changelog](https://github.com/twigphp/Twig/blob/v3.14.1/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.14.0...v3.14.1)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-06 19:54:29 +00:00
2024-08-18 23:17:33 +02:00
2024-08-22 02:37:00 +02:00
2024-08-22 02:37:00 +02:00
2024-08-24 23:36:26 +02:00
2024-08-22 14:47:52 +02:00

Zac-Mainframe-Back

A great Backend to turn on my Mainframe

Installation packages

composer install --prefer-source

Création base de données

php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate

Symfony Serve

symfony server:start --no-tls --port=3101

.env

APP_SECRET=password-for-profiler
DATABASE_URL=sqlite:///%kernel.project_dir%/var/db.sqlite

CORS_ALLOW_ORIGIN=http(s)://frontend-ip-with-port-or-domain
FRONTEND_REDIRECT_URI=http(s)://frontend-ip-with-port-or-domain

DISCORD_CLIENT_ID=discord-dev-app-client-id
DISCORD_CLIENT_SECRET=discord-dev-app-client-secret
DISCORD_API_BASE_URL=https://discord.com/api/v10
DISCORD_BACKEND_REDIRECT_URI=http(s)://frontend-ip-with-port-or-domain/discord/auth/callback
DISCORD_FRONTEND_REDIRECT_URI=http(s)://frontend-ip-with-port-or-domain/discord
Description
A great Backend to turn on my Mainframe
Readme 431 KiB
Languages
PHP 98%
Twig 2%