{"id":13463785,"url":"https://github.com/Rowadz/Falak","last_synced_at":"2025-03-25T09:31:02.477Z","repository":{"id":39920008,"uuid":"321465958","full_name":"Rowadz/Falak","owner":"Rowadz","description":"🌑 A real-time server for CrUD operations that happened in MySQL +8  🌑","archived":false,"fork":false,"pushed_at":"2024-08-16T09:23:35.000Z","size":4427,"stargazers_count":12,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T16:20:05.273Z","etag":null,"topics":["dashboard","mysql","real-time"],"latest_commit_sha":null,"homepage":"","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/Rowadz.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}},"created_at":"2020-12-14T20:34:00.000Z","updated_at":"2024-08-16T09:23:39.000Z","dependencies_parsed_at":"2022-08-25T09:40:44.934Z","dependency_job_id":null,"html_url":"https://github.com/Rowadz/Falak","commit_stats":null,"previous_names":["mohammedal-rowad/falak"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowadz%2FFalak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowadz%2FFalak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowadz%2FFalak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowadz%2FFalak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rowadz","download_url":"https://codeload.github.com/Rowadz/Falak/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245435077,"owners_count":20614824,"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":["dashboard","mysql","real-time"],"created_at":"2024-07-31T14:00:28.519Z","updated_at":"2025-03-25T09:31:01.863Z","avatar_url":"https://github.com/Rowadz.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/rowadz"],"categories":["NodeJS"],"sub_categories":["Gists"],"readme":"# Falak V2\n\n\u003ca href=\"https://www.buymeacoffee.com/rowadz\" \n  target=\"_blank\"\u003e\n  \u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\n  \u003c/a\u003e\n\n🌑 A real-time dashboard for CRUD operations that happened in MySQL +8 ( react + express [TypeScript] ) 🌑\n\n\u003e see version 1 [click here](https://github.com/MohammedAl-Rowad/Falak/tree/old-main)\n\n\n# Examples on what you can do with this\n\n\n\n\n\nhttps://user-images.githubusercontent.com/38977667/188273803-01115490-b3f5-4cbe-bdc7-93370b54739e.mp4\n\n\n\nhttps://user-images.githubusercontent.com/38977667/188273789-34f46328-e822-43bc-8dcb-4fbb0047df3e.mp4\n\n\nhttps://user-images.githubusercontent.com/38977667/106354514-024f5900-62fb-11eb-8154-ea034ef1a643.mp4\n\n\n## Running the Falak nestjs server\n\n```bash\n$ yarn falak-server\n```\n\n## Running the Falak react server\n\n```bash\n$ yarn falak-react\n```\n\n## Running the interactive cli\n\n```bash\n$ yarn falak\n```\n\n## Adding capabilities to your workspace\n\nNx supports many plugins which add capabilities for developing different types of applications and different tools.\n\nThese capabilities include generating applications, libraries, etc as well as the devtools to test, and build projects as well.\n\nBelow are our core plugins:\n\n- [React](https://reactjs.org)\n  - `npm install --save-dev @nrwl/react`\n- Web (no framework frontends)\n  - `npm install --save-dev @nrwl/web`\n- [Angular](https://angular.io)\n  - `npm install --save-dev @nrwl/angular`\n- [Nest](https://nestjs.com)\n  - `npm install --save-dev @nrwl/nest`\n- [Express](https://expressjs.com)\n  - `npm install --save-dev @nrwl/express`\n- [Node](https://nodejs.org)\n  - `npm install --save-dev @nrwl/node`\n\nThere are also many [community plugins](https://nx.dev/community) you could add.\n\n## Generate an application\n\nRun `nx g @nrwl/react:app my-app` to generate an application.\n\n\u003e You can use any of the plugins above to generate applications as well.\n\nWhen using Nx, you can create multiple applications and libraries in the same workspace.\n\n## Generate a library\n\nRun `nx g @nrwl/react:lib my-lib` to generate a library.\n\n\u003e You can also use any of the plugins above to generate libraries as well.\n\nLibraries are shareable across libraries and applications. They can be imported from `@falak/mylib`.\n\n## Development server\n\nRun `nx serve my-app` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `nx g @nrwl/react:component my-component --project=my-app` to generate a new component.\n\n## Build\n\nRun `nx build my-app` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Understand your workspace\n\nRun `nx graph` to see a diagram of the dependencies of your projects.\n\n## Further help\n\nVisit the [Nx Documentation](https://nx.dev) to learn more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRowadz%2FFalak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRowadz%2FFalak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRowadz%2FFalak/lists"}