{"id":27942072,"url":"https://github.com/secretdeveloperisme/hoanglinhpluscf","last_synced_at":"2026-02-05T15:32:22.790Z","repository":{"id":118983857,"uuid":"328988495","full_name":"secretdeveloperisme/hoanglinhpluscf","owner":"secretdeveloperisme","description":"Portfolio hoanglinhplus","archived":false,"fork":false,"pushed_at":"2026-01-18T15:03:08.000Z","size":12198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"hlp","last_synced_at":"2026-01-18T17:48:30.602Z","etag":null,"topics":["portfolio"],"latest_commit_sha":null,"homepage":"https://hoanglinhplus.orgfree.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secretdeveloperisme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-12T13:02:08.000Z","updated_at":"2026-01-18T15:03:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c7d55cf-32f7-4462-b737-f75927da1566","html_url":"https://github.com/secretdeveloperisme/hoanglinhpluscf","commit_stats":null,"previous_names":["linhplus/hoanglinhpluscf","secretdeveloperisme/hoanglinhpluscf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/secretdeveloperisme/hoanglinhpluscf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fhoanglinhpluscf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fhoanglinhpluscf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fhoanglinhpluscf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fhoanglinhpluscf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secretdeveloperisme","download_url":"https://codeload.github.com/secretdeveloperisme/hoanglinhpluscf/tar.gz/refs/heads/hlp","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fhoanglinhpluscf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29124801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["portfolio"],"created_at":"2025-05-07T11:26:14.029Z","updated_at":"2026-02-05T15:32:22.779Z","avatar_url":"https://github.com/secretdeveloperisme.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hoang Linh Plus's Website\n\n![First Into Website](/assets/images/readme/First_Into_Website.png)\n\nThis project is a pure PHP website (no framework) for sharing my background, skills, experience and knowledge. it was built entirely from scratch out of my passion for web development and a desire to deeply understand the backbone of how websites work. By creating everything myself, I learned the fundamentals of backend logic, front end design, responsive, authentication, post management, file handling, and modular code organization.\n\n## Technologies\n\n- **Backend:** PHP, MariaDB\n- **Frontend:** HTML, CSS, JavaScript\n- **Authentication:** JWT (JSON Web Token)\n- **File Storage:** Local file system (uploads, temp)\n- **Logging:** Custom logger with file rotation\n- **Other:** RESTful API, MVC-inspired structure\n\n\n## Getting Started\n \n\n### Prerequisites\n\nYou will need a local web server environment with the following:\n\n*   [PHP](https://www.php.net/downloads.php)\n*   [MariaDB](https://mariadb.org/download/) or [MySQL](https://www.mysql.com/downloads/)\n*   A web server like [Apache](https://httpd.apache.org/) or [Nginx](https://www.nginx.com/)\n*   (Optional) A tool like [XAMPP](https://www.apachefriends.org/index.html) which bundles all of the above.\n\n### Installation\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/secretdeveloperisme/hoanglinhpluscf\n    cd hoanglinhpluscf\n    ```\n\n2. **Database Setup:**\n    *   Start your MariaDB/MySQL server.\n    *   Create a new database.\n    *   Import the database structure by executing the `database/structure.sql` file. You can use a database management tool like phpMyAdmin or the command line.\n      ```bash\n      mysql -u your_username -p your_database_name \u003c database/structure.sql\n      ```\n\n3. **Environment Configuration:**\n    *   Create a `.env` file in the root directory by copying the example file:\n      ```bash\n      cp .env.example .env\n      ```\n    *   Open the `.env` file and update the following variables with your database credentials:\n      ```dotenv\n      DB.HOST=localhost\n      DB.USERNAME=your_db_user\n      DB.PASSWORD=your_db_password\n      DB.NAME=your_db_name\n      DB.PORT=3306\n      ```\n\n4. **Run the application:**\n    *   Place the project folder in your web server's document root (e.g., `htdocs` for XAMPP).\n    *   Start MariaDB and PHP Server\n    *   Open your web browser and navigate to the project's URL (e.g., `http://localhost/hoanglinhpluscf`).\n\n---\n\nHosting website: [www.hoanglinhplus.cf](https://hoanglinhplus.orgfree.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretdeveloperisme%2Fhoanglinhpluscf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretdeveloperisme%2Fhoanglinhpluscf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretdeveloperisme%2Fhoanglinhpluscf/lists"}