{"id":35173212,"url":"https://github.com/loopkyy/sven-store","last_synced_at":"2026-04-13T12:01:23.964Z","repository":{"id":328819014,"uuid":"1033111174","full_name":"loopkyy/sven-store","owner":"loopkyy","description":"Modern e-commerce web app built with CodeIgniter 4 and React.","archived":false,"fork":false,"pushed_at":"2025-12-15T14:24:15.000Z","size":19674,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-18T18:27:43.392Z","etag":null,"topics":["backend","codeigniter","ecommerce","frontend","online-store","react","webapp"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loopkyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-08-06T10:09:43.000Z","updated_at":"2025-12-15T14:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/loopkyy/sven-store","commit_stats":null,"previous_names":["loopkyy/sven-store"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/loopkyy/sven-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopkyy%2Fsven-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopkyy%2Fsven-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopkyy%2Fsven-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopkyy%2Fsven-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loopkyy","download_url":"https://codeload.github.com/loopkyy/sven-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopkyy%2Fsven-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["backend","codeigniter","ecommerce","frontend","online-store","react","webapp"],"created_at":"2025-12-28T21:36:52.706Z","updated_at":"2026-04-13T12:01:23.958Z","avatar_url":"https://github.com/loopkyy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"🌟 Lunaya Store — CodeIgniter 4 + React\n✨ Overview\nLunaya Store is a modern e-commerce web application built using:\n\n🔧 CodeIgniter 4 (PHP) — as backend framework (API + admin panel)\n\n⚛️ React — as frontend for customers (/frontend-react)\n\n🎨 Chakra UI on frontend, Sneat Admin template on backend\n\n📦 Packaged with Composer, using .env for configuration\n\nThis repository is a monorepo to manage both backend and frontend in one place.\n\n🚀 Installation \u0026 Setup\nBackend (CodeIgniter 4)\nbash\nCopy\nEdit\n# Clone the repo\ngit clone https://github.com/kamu-user/lunaya-store.git\ncd lunaya-store\n\n# Install dependencies\ncomposer install\n\n# Copy .env file\ncp env .env\n\n# Setup .env\n# (Edit app.baseURL, database settings, etc.)\n\n# Migrate the database\nphp spark migrate\n\n# Serve the project\nphp spark serve\nFrontend (React)\nbash\nCopy\nEdit\n# Navigate to frontend folder\ncd frontend-react\n\n# Install React dependencies\nnpm install\n\n# Start the React dev server\nnpm run dev\n⚠️ Make sure your API endpoints in React are correctly pointing to your backend baseURL.\n\n📁 Project Structure\npgsql\nCopy\nEdit\nlunaya-store/\n├── app/                 → CodeIgniter 4 backend\n├── public/              → Public folder (index.php)\n├── frontend-react/      → React frontend app\n├── writable/            → CI4 writable folder\n├── .env                 → Environment settings\n├── composer.json        → PHP dependencies\n└── README.md\n🌐 Deployment Notes\nPoint your web server (Apache/Nginx) to the public/ directory.\n\nUse a separate domain or subdomain for frontend (e.g., store.example.com).\n\nBuild frontend for production:\n\nbash\nCopy\nEdit\nnpm run build\nAlways commit your .env.example, never your real .env.\n\n🧑‍💻 Developer Notes\nUses RESTful API between frontend and backend.\n\nAuthentication via session or token-based (custom implementation).\n\nWishlist \u0026 cart functionality uses localStorage/sessionStorage on frontend.\n\n🔧 Requirements\nPHP 8.1+\n\nComposer\n\nNode.js \u0026 npm\n\nMySQL or compatible database\n\nApache/Nginx for production\n\n📚 Resources\nCodeIgniter Docs\n\nReact Docs\n\nChakra UI\n\nSneat Template\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopkyy%2Fsven-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floopkyy%2Fsven-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopkyy%2Fsven-store/lists"}