{"id":28304686,"url":"https://github.com/sergiolemus/lesson-management","last_synced_at":"2026-04-11T07:42:49.367Z","repository":{"id":292436846,"uuid":"980820847","full_name":"sergiolemus/lesson-management","owner":"sergiolemus","description":"Sample Lesson Management App","archived":false,"fork":false,"pushed_at":"2025-05-23T23:12:41.000Z","size":277,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-11T07:42:18.653Z","etag":null,"topics":["drizzle","mui","mui-material","nextjs","react","turso","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://stepful-eta.vercel.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/sergiolemus.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":"2025-05-09T19:17:31.000Z","updated_at":"2025-05-20T14:51:21.000Z","dependencies_parsed_at":"2025-05-20T14:50:21.455Z","dependency_job_id":null,"html_url":"https://github.com/sergiolemus/lesson-management","commit_stats":null,"previous_names":["sergiolemus/stepful","sergiolemus/lesson-management"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sergiolemus/lesson-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiolemus%2Flesson-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiolemus%2Flesson-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiolemus%2Flesson-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiolemus%2Flesson-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiolemus","download_url":"https://codeload.github.com/sergiolemus/lesson-management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiolemus%2Flesson-management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["drizzle","mui","mui-material","nextjs","react","turso","typescript","vercel"],"created_at":"2025-05-24T01:11:24.980Z","updated_at":"2026-04-11T07:42:49.362Z","avatar_url":"https://github.com/sergiolemus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org) + [Typescript](https://www.typescriptlang.org/) + [Drizzle ORM](https://orm.drizzle.team/) + [Turso](https://turso.tech/) + [MUI](https://mui.com/) project.\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 17 55 AM\" src=\"https://github.com/user-attachments/assets/207f6487-7114-4d81-b5f5-a5b1af64830c\" /\u003e\n\n## Getting Started\n\nFirst, add respective `ENV` variables:\n\n```bash\nTURSO_DATABASE_URL=\nTURSO_AUTH_TOKEN=\n```\n\nSecond, create database tables:\n\n```bash\npnpm add -D drizzle-kit tsx\nnpx drizzle-kit push\n```\n\nThird, run the development server:\n\n```bash\npnpm install\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Documentation\n\nTo reference overall architectural design, take a look at the following resources:\n\n- [Architectural Design Documentation](https://docs.google.com/document/d/1hpuTu4Vf8ZCETOAINIdcOVoTvk5JZtHubMaPXTfEvVI/edit?usp=sharing) - learn in detail what went into designing the app.\n- [Postman API Documentation](https://elements.getpostman.com/redirect?entityId=9097830-c8ad2383-8477-4d51-a41b-7fa2a9974b37\u0026entityType=collection) - learn in detail how to connnect via API's.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nTo learn more about Typescript, take a look at the following resources:\n\n- [Typescript Documentation](https://www.typescriptlang.org/docs/handbook/intro.html) - learn about Typescript features and API.\n- [Typescript Playground](https://www.typescriptlang.org/play/) - an interactive IDE for Typescript learning.\n\nTo learn more about Drizzle ORM, take a look at the following resources:\n\n- [Drizzle Documentation](https://orm.drizzle.team/docs/overview) - learn about Drizzle features and API.\n- [Drizzle x Turso Documentation](https://orm.drizzle.team/docs/get-started/turso-new) - learn about integrating with Turso.\n\nTo learn more about Turso, take a look at the following resources:\n\n- [Turso Documentation](https://docs.turso.tech/introduction) - learn about Turso features and DB.\n\nTo learn more about MUI Components, take a look at the following resources:\n\n- [MUI Documentation](https://mui.com/material-ui/getting-started/) - learn about MUI Components and API.\n- [MUI Components](https://mui.com/material-ui/all-components/) - a set of detailed pages surrounding usage.\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n\n## Screenshots\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 18 14 AM\" src=\"https://github.com/user-attachments/assets/a665d56d-4610-448e-a379-8f6e15e84db7\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 18 30 AM\" src=\"https://github.com/user-attachments/assets/095d1357-ea57-417b-a5a9-155dcb219bde\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 18 37 AM\" src=\"https://github.com/user-attachments/assets/2d670fdc-a073-44a3-a002-39695b06caf3\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 18 52 AM\" src=\"https://github.com/user-attachments/assets/2edfad43-1fb3-461e-a4dc-8532eab62956\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 19 01 AM\" src=\"https://github.com/user-attachments/assets/f52f2901-5959-4b26-aef5-55bf85e86edf\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 20 08 AM\" src=\"https://github.com/user-attachments/assets/531a4c7e-1665-46ae-8bac-80c7c95ef80e\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 18 04 AM\" src=\"https://github.com/user-attachments/assets/eb3cbc30-5e1b-4c2d-ab59-ccae933e6472\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 20 28 AM\" src=\"https://github.com/user-attachments/assets/4f47f4b2-48cb-4003-8b64-3cddf9abfee5\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 20 49 AM\" src=\"https://github.com/user-attachments/assets/4fedf08d-4bf9-4f3f-8b12-cb9eb76b8a8e\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 20 53 AM\" src=\"https://github.com/user-attachments/assets/3eff2714-2c0d-44e3-a866-ea30b9631333\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 21 17 AM\" src=\"https://github.com/user-attachments/assets/41f820fc-36fd-4799-9580-ae981067ce73\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 25 25 AM\" src=\"https://github.com/user-attachments/assets/f6189df7-03cb-4d4f-a270-8c3afdcd5808\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 26 34 AM\" src=\"https://github.com/user-attachments/assets/3f0bb4d0-82a2-472b-990d-de8538c653f5\" /\u003e\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2025-05-12 at 6 28 18 AM\" src=\"https://github.com/user-attachments/assets/94c409c4-74ed-4828-a79d-94e43e8da709\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiolemus%2Flesson-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiolemus%2Flesson-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiolemus%2Flesson-management/lists"}