{"id":21885001,"url":"https://github.com/codegasms/langsuit","last_synced_at":"2025-10-05T16:23:02.408Z","repository":{"id":256986247,"uuid":"846377348","full_name":"codegasms/langsuit","owner":"codegasms","description":"An easy way to become a Polyglot","archived":false,"fork":false,"pushed_at":"2025-04-29T15:47:54.000Z","size":64953,"stargazers_count":0,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T16:44:25.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codegasms.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}},"created_at":"2024-08-23T04:41:46.000Z","updated_at":"2025-03-29T20:45:05.000Z","dependencies_parsed_at":"2025-03-29T21:34:38.430Z","dependency_job_id":null,"html_url":"https://github.com/codegasms/langsuit","commit_stats":null,"previous_names":["codegasms/langsuit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codegasms/langsuit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegasms%2Flangsuit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegasms%2Flangsuit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegasms%2Flangsuit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegasms%2Flangsuit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codegasms","download_url":"https://codeload.github.com/codegasms/langsuit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegasms%2Flangsuit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261734950,"owners_count":23201925,"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":[],"created_at":"2024-11-28T10:18:15.880Z","updated_at":"2025-10-05T16:23:02.356Z","avatar_url":"https://github.com/codegasms.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LangSuit 🌍\n\nAn easy way to become a Polyglot - A modern language learning platform built with Next.js.\n\n## Features\n\n- 🎯 Interactive language learning exercises\n- 📊 Real-time progress tracking\n- 🏆 Leaderboard and achievements system\n- 🎓 Multiple language courses\n- 💻 Instructor dashboard\n- 📱 Mobile-responsive design\n- 🔄 Real-time analytics\n\n## Tech Stack\n\n- Next.js 14 with App Router\n- TypeScript\n- Drizzle ORM with PostgreSQL\n- Redis Caching\n- TailwindCSS\n- Clerk Authentication\n- React Admin Dashboard\n- Recharts for Analytics\n- Jest for Testing\n\n## Prerequisites\n\n- Node.js 18+\n- PostgreSQL\n- Redis (optional, for caching)\n\n## Getting Started\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/codegasms/langsuit.git\ncd langsuit\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Set up environment variables:\n\n```bash\ncp .env.example .env\n```\n\n4. Update the .env file with your credentials:\n\n```env\nDATABASE_URL=your_postgres_url\nREDIS_URL=your_redis_url\nCLERK_SECRET_KEY=your_clerk_key\n.\n.\n.\n```\n\n5. Run database migrations:\n\n```bash\nnpm run db:push\n```\n\n6. Seed the database:\n\n```bash\nnpm run db:seed\n```\n\n7. Start the development server:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to see the application.\n\n## Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run start` - Start production server\n- `npm run lint` - Run ESLint\n- `npm run format` - Format code with Prettier\n- `npm run test` - Run tests\n- `npm run test:coverage` - Run tests with coverage\n- `npm run db:studio` - Open Drizzle Studio\n- `npm run db:push` - Push database changes\n- `npm run db:seed` - Seed the database\n\n## Testing\n\nThe project uses Jest for testing. Run the test suite with:\n\n```bash\nnpm run test\n```\n\nFor coverage report:\n\n```bash\nnpm run test:coverage\n```\n\nCheck [package.json](package.json) for more scripts.\n\n## Project Structure\n\n```\nlangsuit/\n├── app/                    # Next.js app directory\n│   ├── (dashboard)/       # Dashboard routes\n│   ├── (home)/           # Public routes\n│   └── api/              # API routes\n├── components/            # Reusable components\n├── db/                    # Database configuration\n├── lib/                   # Utility functions\n├── public/               # Static assets\n└── tests/                # Test files\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a new branch\n3. Make your changes\n4. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Support\n\nFor support, email bishwajeet.s22@iiits.in, parth.v22@iiits.in or akshat.m22@iiits.in. Otherwise open an issue in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegasms%2Flangsuit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegasms%2Flangsuit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegasms%2Flangsuit/lists"}