Initial commit

This commit is contained in:
Kwesi Banson Jnr
2026-04-08 05:53:02 +00:00
commit 592a161ee6
63 changed files with 4105 additions and 0 deletions

14
composer.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "click-mobile/mse-api",
"description": "Api service for the main application",
"type": "project",
"require": {
"php": ">=7.4",
"vlucas/phpdotenv": "^5.5"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}