Skip to content

Commit

Permalink
Merge pull request #15 from B3-3iL-DLW/feat/create-data-layer-and-rep…
Browse files Browse the repository at this point in the history
…o-for-API

Feat/create data layer and repo for api
  • Loading branch information
PHPLukaas authored Mar 8, 2024
2 parents 45d3311 + e33a02c commit dacca88
Show file tree
Hide file tree
Showing 35 changed files with 1,630 additions and 127 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

483 changes: 483 additions & 0 deletions .idea/3il-student.iml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

276 changes: 276 additions & 0 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions .idea/libraries/Dart_SDK.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
// Pointez pour afficher la description des attributs existants.
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "app_student",
"cwd": "frontend\\app_student",
"request": "launch",
"type": "dart"
},
{
"name": "app_student (profile mode)",
"cwd": "frontend\\app_student",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "app_student (release mode)",
"cwd": "frontend\\app_student",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}
1 change: 1 addition & 0 deletions backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"symfony/yaml": "6.4.*"
},
"require-dev": {
"symfony/debug-bundle": "6.4.*",
"symfony/maker-bundle": "^1.53"
},
"config": {
Expand Down
Loading

0 comments on commit dacca88

Please sign in to comment.