{"id":29054167,"url":"https://github.com/paahaad/100xschool","last_synced_at":"2025-06-27T02:06:28.943Z","repository":{"id":299504022,"uuid":"1003182549","full_name":"paahaad/100xSchool","owner":"paahaad","description":"LMS for 100xSchool","archived":false,"fork":false,"pushed_at":"2025-06-16T21:48:40.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T22:37:10.544Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paahaad.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,"zenodo":null}},"created_at":"2025-06-16T18:50:01.000Z","updated_at":"2025-06-16T21:48:43.000Z","dependencies_parsed_at":"2025-06-16T22:47:36.245Z","dependency_job_id":null,"html_url":"https://github.com/paahaad/100xSchool","commit_stats":null,"previous_names":["paahaad/100xschool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paahaad/100xSchool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2F100xSchool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2F100xSchool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2F100xSchool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2F100xSchool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paahaad","download_url":"https://codeload.github.com/paahaad/100xSchool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2F100xSchool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262175239,"owners_count":23270421,"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":"2025-06-27T02:06:27.118Z","updated_at":"2025-06-27T02:06:28.930Z","avatar_url":"https://github.com/paahaad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 100xSchool\n\n![image](image.png)\n\n\n## Run tasks\n\nTo run the dev server for your frontend app, use:\n\n```sh\nnpx nx serve frontend\n```\n\nTo run the backend server, use:\n\n```sh\nnpx nx serve backend\n```\n\nTo create a production bundle for frontend:\n\n```sh\nnpx nx build frontend\n```\n\nTo build the backend:\n\n```sh\nnpx nx build backend\n```\n\nTo see all available targets to run for a project, run:\n\n```sh\nnpx nx show project frontend\nnpx nx show project backend\n```\n\nThese targets are either [inferred automatically](https://nx.dev/concepts/inferred-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) or defined in the `project.json` or `package.json` files.\n\n[More about running tasks in the docs \u0026raquo;](https://nx.dev/features/run-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n## Add new projects\n\nWhile you could add new projects to your workspace manually, you might want to leverage [Nx plugins](https://nx.dev/concepts/nx-plugins?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) and their [code generation](https://nx.dev/features/generate-code?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) feature.\n\nUse the plugin's generator to create new projects.\n\nTo generate a new application, use:\n\n```sh\nnpx nx g @nx/react:app demo\n```\n\nTo generate a new library, use:\n\n```sh\nnpx nx g @nx/react:lib mylib\n```\n\nYou can use `npx nx list` to get a list of installed plugins. Then, run `npx nx list \u003cplugin-name\u003e` to learn about more specific capabilities of a particular plugin. Alternatively, [install Nx Console](https://nx.dev/getting-started/editor-setup?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) to browse plugins and generators in your IDE.\n\n[Learn more about Nx plugins \u0026raquo;](https://nx.dev/concepts/nx-plugins?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) | [Browse the plugin registry \u0026raquo;](https://nx.dev/plugin-registry?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n\n[Learn more about Nx on CI](https://nx.dev/ci/intro/ci-with-nx#ready-get-started-with-your-provider?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n## Install Nx Console\n\nNx Console is an editor extension that enriches your developer experience. It lets you run tasks, generate code, and improves code autocompletion in your IDE. It is available for VSCode and IntelliJ.\n\n[Install Nx Console \u0026raquo;](https://nx.dev/getting-started/editor-setup?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaahaad%2F100xschool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaahaad%2F100xschool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaahaad%2F100xschool/lists"}