The UniPin API project structure has been created.
No new folders were required.
No new files were required.
For security, delete or rename this installer after the structure has been created.
index.php
Do not leave a public installer on a production server.
/ ├── api/ │ └── v1/ │ ├── games.php │ ├── game-detail.php │ ├── validate-user.php │ ├── order-create.php │ ├── order-inquiry.php │ ├── transaction.php │ └── health.php │ ├── admin/ │ ├── login.php │ ├── logout.php │ ├── index.php │ ├── clients.php │ ├── client-create.php │ ├── client-edit.php │ ├── transactions.php │ ├── transaction-view.php │ ├── api-logs.php │ ├── api-tester.php │ ├── games.php │ ├── settings.php │ └── profile.php │ ├── services/ │ └── UniPinService.php │ ├── config/ │ ├── config.php │ └── database.php │ ├── includes/ │ ├── auth.php │ ├── api-auth.php │ ├── functions.php │ ├── security.php │ └── response.php │ ├── docs/ │ └── index.php │ ├── assets/ │ ├── css/ │ └── js/ │ ├── .htaccess ├── Database.sql └── index.php