{"id":13516408,"url":"https://github.com/codaxy/cxjs-kitchen-sink","last_synced_at":"2025-05-05T17:57:11.342Z","repository":{"id":39073763,"uuid":"269158246","full_name":"codaxy/cxjs-kitchen-sink","owner":"codaxy","description":"Examples of real-world apps implemented in CxJS.","archived":false,"fork":false,"pushed_at":"2023-01-06T10:21:21.000Z","size":1935,"stargazers_count":6,"open_issues_count":34,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T22:55:41.596Z","etag":null,"topics":["accounting","admin","admin-dashboard","administration","cxjs","node-js","ui"],"latest_commit_sha":null,"homepage":"https://kitchen-sink.cxjs.io","language":"JavaScript","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/codaxy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-03T17:58:37.000Z","updated_at":"2024-01-28T12:44:58.000Z","dependencies_parsed_at":"2023-02-05T21:16:08.763Z","dependency_job_id":null,"html_url":"https://github.com/codaxy/cxjs-kitchen-sink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcxjs-kitchen-sink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcxjs-kitchen-sink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcxjs-kitchen-sink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcxjs-kitchen-sink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codaxy","download_url":"https://codeload.github.com/codaxy/cxjs-kitchen-sink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252547406,"owners_count":21765984,"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":["accounting","admin","admin-dashboard","administration","cxjs","node-js","ui"],"created_at":"2024-08-01T05:01:22.059Z","updated_at":"2025-05-05T17:57:11.312Z","avatar_url":"https://github.com/codaxy.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# CxJS Kitchen Sink\n\nThe purpose of this project is to illustrate how CxJS can be used to quickly build enterprise applications. [CxJS](https://github.com/codaxy/cxjs) is an advanced JavaScript framework designed for building applications which heavily feature forms, tables, and charts.\n\nA live demo of this application is available at https://kitchen-sink.cxjs.io.\n\nThe following modules are implemented:\n\n- Administration\n- Accounting\n\n## Development\n\nThe application consists of three parts:\n\n- Postgres database\n- Node.js based API server\n- CxJS based browser application\n\n### Setting Up\n\nBefore starting the application on your computer, you should create a new Postgres database and use [the seed SQL script](./seed/dump.sql) to populate it. After that find the `.sample.env` configuration file in `server/prisma` and rename it to `.env`. Inside the newly created file, set the connection string to the database created in the previous step.\n\n### Running\n\nTo start the server, open the terminal and run:\n\n```\ncd server\nyarn install\nyarn start\n```\n\nTo start the client, open another terminal and run:\n\n```\ncd client\nyarn install\nyarn start\n```\n\n## Recipes\n\nRecipes offer additional explanations related to CxJS and this project in particular. These are currently available recipes:\n\n- [Improved form validation UX using the visited flag](./recipes/improved-validation-ux-using-visited.md)\n- [Automatic deployment to Heroku and Netlify](./recipes/automatic-deployment-to-heroku-and-netlify.md)\n\n## License\n\nThis project is available under the [MIT license](LICENSE.md). However please note that CxJS requires paid licenses for commercial distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodaxy%2Fcxjs-kitchen-sink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodaxy%2Fcxjs-kitchen-sink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodaxy%2Fcxjs-kitchen-sink/lists"}