{"id":20919581,"url":"https://github.com/vincensiusadyatma/learnify-elearning-website","last_synced_at":"2026-02-08T01:32:25.131Z","repository":{"id":260594084,"uuid":"877082708","full_name":"vincensiusadyatma/Learnify-Elearning-Website","owner":"vincensiusadyatma","description":"This is ELearning-Website-Platform on my college with my friends","archived":false,"fork":false,"pushed_at":"2024-12-19T07:34:10.000Z","size":2785,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T12:49:20.055Z","etag":null,"topics":["javascript","jquery-ajax","laravel-11","postgresql","programming-elearning-platform"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/vincensiusadyatma.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}},"created_at":"2024-10-23T03:56:57.000Z","updated_at":"2024-12-19T07:34:13.000Z","dependencies_parsed_at":"2024-11-01T09:17:41.383Z","dependency_job_id":"e82d511c-2efc-44cc-b62c-e26656917319","html_url":"https://github.com/vincensiusadyatma/Learnify-Elearning-Website","commit_stats":null,"previous_names":["vincensiusadyatma/learnify-elearning-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vincensiusadyatma/Learnify-Elearning-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincensiusadyatma%2FLearnify-Elearning-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincensiusadyatma%2FLearnify-Elearning-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincensiusadyatma%2FLearnify-Elearning-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincensiusadyatma%2FLearnify-Elearning-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincensiusadyatma","download_url":"https://codeload.github.com/vincensiusadyatma/Learnify-Elearning-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincensiusadyatma%2FLearnify-Elearning-Website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266086198,"owners_count":23874486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["javascript","jquery-ajax","laravel-11","postgresql","programming-elearning-platform"],"created_at":"2024-11-18T17:07:57.893Z","updated_at":"2026-02-08T01:32:20.099Z","avatar_url":"https://github.com/vincensiusadyatma.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"public/img/logo/learnify-logo.png\" alt=\"Learnify Logo\" width=\"200\"\u003e\n\u003c/div\u003e\n\n## Learnify - Elearning - Website\n\nLearnify is an eLearning website designed to revolutionize the way individuals access and engage with educational\ncontent. With a sleek and intuitive user interface, Learnify offers a diverse range of courses, covering everything from\nacademic subjects to practical skills and professional development.\n\nKey Features:\n\n- Interactive Learning Modules: Dive into immersive learning experiences with interactive modules that cater to various\n  learning styles.\n- Personalized Learning Paths: Tailor your learning journey with personalized recommendations based on your interests,\n  skills, and goals.\n- Expert Instructors: Learn from industry experts and experienced educators who provide insightful instruction and\n  guidance.\n- Assessments and Certifications: Track your progress with quizzes, assignments, and assessments, and earn\n  certifications upon course completion.\n- Mobile Compatibility: Access Learnify anytime, anywhere, with seamless compatibility across desktop, tablet, and\n  mobile devices.\n\n## Our Technology\n\n- **Laravel 11**\n- **PostgreSQL**\n- **LARAGON**\n- **Tailwind CSS**\n- **Vanila Javascript**\n- **Jquery AJAX**\n- **SummerNote API ( text editor feature)**\n\n## How To Use\n\n1. **Clone this repository**\n   ```bash\n   git clone https://github.com/vincensiusadyatma/Learnify-Elearning-Website.git\n   cd Learnify-Elearning-Website\n2. **Install PHP Dependencies**\n   ```bash\n   composer install\n\n3. **Install Javascript Dependencies**\n   ```bash\n   npm install\n\n3. **Copy .env.example file to .env file**\n   ```bash\n   cp .env.example .env\n\n4. **Generate App Key**\n   ```bash\n   php artisan key:generate\n\n4. **Prepare The Database ( If you haven't created \"learnify_db\" database in PostgreSQL )**\n   - Open your PostgreSQL client or terminal\n   - Run the following SQL command to create a new database:\n       ```bash\n       CREATE DATABASE learnify_db;\n   - Ensure you have a PostgreSQL user (DB_USERNAME) with the necessary permissions for the database\n      ```bash\n       CREATE USER postgres WITH PASSWORD 'yourpassword';\n       GRANT ALL PRIVILEGES ON DATABASE learnify_db TO postgres;\n\n4. **Configure environment**\n   - Open the .env file\n   - Update the following database-related lines to match your PostgreSQL configuration\n       ```bash\n        DB_CONNECTION=pgsql\n        DB_HOST=127.0.0.1\n        DB_PORT=5432\n        DB_DATABASE=learnify_db\n        DB_USERNAME=postgres\n        DB_PASSWORD=\u003cyour password\u003e\n\n4. **Create a symbolic link**\n   ```bash\n   php artisan storage:link\n\n4. **Run the migrations to database**\n   ```bash\n   php artisan migrate --seed\n   \n5. **Run the app**\n   ```bash\n   npm run project\n## App Showcase\n\u003cimg src=\"./public/img/showcase/dashboard-user-showcase.jpg\" alt=\"Culture Connect Logo\"\u003e\n\u003cimg src=\"./public/img/showcase/course-list-showcase.jpg\" alt=\"Culture Connect Logo\"\u003e\n\u003cimg src=\"./public/img/showcase/quiz-list-showcase.jpg\" alt=\"Culture Connect Logo\"\u003e\n\n## UI/UX Design (figma)\nfigma : https://www.figma.com/design/tI71werl1Lp1yYDRl4QSbQ/UI%2FUX-Learnify?node-id=0-1\u0026t=ZNIKHmSb2PpdMv5E-1\n## Install and Configure PostgreSQL\n\n- Visit the [PostgreSQL Downloads Page](https://www.postgresql.org/download/) and download the installer for your\n  operating system.\n- Follow the installation instructions provided by the installer.\n- During the setup, you will be prompted to set a password for the `postgres` user. Make sure to remember this password,\n  as you will need it for configuring your `.env` file.\n\n## Install Laragon (for Windows Users)\n\n### 5.1 Download and Install Laragon\n\n- Visit the [Laragon Downloads Page](https://laragon.org/download/index.html) and download Laragon.\n- Follow the installation instructions to set up Laragon on your machine.\n\n### 5.2 Configure Laragon\n\n- Open Laragon and start the services for Apache, MySQL (even if you're using PostgreSQL, this step ensures that PHP is\n  running correctly), and Node.js.\n- Add your project to Laragon by placing the project folder in `C:\\laragon\\www`.\n- To access your project, open Laragon's menu, go to `www`, and select your project.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincensiusadyatma%2Flearnify-elearning-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincensiusadyatma%2Flearnify-elearning-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincensiusadyatma%2Flearnify-elearning-website/lists"}