{"id":42774949,"url":"https://github.com/ashsajal1/mini-course","last_synced_at":"2026-01-29T22:05:06.197Z","repository":{"id":321820037,"uuid":"1086954727","full_name":"ashsajal1/mini-course","owner":"ashsajal1","description":"Empowering learners with quality education and practical skills for the modern world. Built with Nextjs 16 and Postgresql.","archived":false,"fork":false,"pushed_at":"2025-12-31T17:00:55.000Z","size":472,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-05T02:24:06.308Z","etag":null,"topics":["css3","daisyui","edtech","html5","javascript","mini-course","netlify","nextjs","reactjs","tailwindcss","typescript","webapp"],"latest_commit_sha":null,"homepage":"https://minicourse.netlify.app/","language":"TypeScript","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/ashsajal1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-31T06:40:23.000Z","updated_at":"2025-12-31T17:00:56.000Z","dependencies_parsed_at":"2026-01-01T03:09:38.416Z","dependency_job_id":null,"html_url":"https://github.com/ashsajal1/mini-course","commit_stats":null,"previous_names":["ashsajal1/mini-course"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ashsajal1/mini-course","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Fmini-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Fmini-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Fmini-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Fmini-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashsajal1","download_url":"https://codeload.github.com/ashsajal1/mini-course/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Fmini-course/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28886882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":["css3","daisyui","edtech","html5","javascript","mini-course","netlify","nextjs","reactjs","tailwindcss","typescript","webapp"],"created_at":"2026-01-29T22:05:05.395Z","updated_at":"2026-01-29T22:05:06.191Z","avatar_url":"https://github.com/ashsajal1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini Course Platform\n\nA modern, interactive e-learning platform built with Next.js, React, and Prisma. This platform allows users to browse and take courses online with a clean, user-friendly interface.\n\n## 🚀 Live Demo\n\nCheck out the live demo: [https://minicourse.netlify.app/](https://minicourse.netlify.app/)\n\n## ✨ Features\n\n- Modern, responsive design with dark/light mode support\n- Interactive course content with markdown support\n- Real-time progress tracking\n- User authentication and course enrollment\n- Clean and intuitive user interface\n- Built with Next.js App Router\n- TypeScript for type safety\n- Prisma ORM for database operations\n- Tailwind CSS for styling\n\n## 🛠️ Tech Stack\n\n- **Frontend**: Next.js 16, React 19, TypeScript\n- **Styling**: Tailwind CSS, DaisyUI\n- **Database**: PostgreSQL with Prisma ORM\n- **Deployment**: Netlify\n- **Form Handling**: React Hook Form with Zod validation\n- **Icons**: Lucide React\n- **Markdown**: React Markdown with syntax highlighting\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18.0.0 or later\n- pnpm (recommended) or npm/yarn\n- PostgreSQL database\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/ashsajal1/mini-course.git\n   cd mini-course\n   ```\n\n2. Install dependencies:\n   ```bash\n   pnpm install\n   # or\n   npm install\n   # or\n   yarn install\n   ```\n\n3. Set up environment variables:\n   - Copy `.env.example` to `.env`\n   - Update the database connection string and other environment variables\n\n4. Run database migrations:\n   ```bash\n   pnpm prisma migrate dev\n   ```\n\n5. Start the development server:\n   ```bash\n   pnpm dev\n   ```\n\n6. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## 📦 Scripts\n\n- `dev`: Start development server\n- `build`: Build the application for production\n- `start`: Start production server\n- `lint`: Run ESLint\n- `postinstall`: Generate Prisma client\n\n## 🌐 Deployment\n\nThe application is deployed on Netlify. To deploy your own instance:\n\n1. Fork this repository\n2. Connect your Netlify account to your GitHub repository\n3. Configure the build settings:\n   - Build command: `pnpm build`\n   - Publish directory: `.next`\n4. Add required environment variables\n5. Deploy!\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashsajal1%2Fmini-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashsajal1%2Fmini-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashsajal1%2Fmini-course/lists"}