{"id":25081265,"url":"https://github.com/lukascivil/react-admin-nestjs-example","last_synced_at":"2025-07-23T04:34:25.599Z","repository":{"id":46925149,"uuid":"313126870","full_name":"lukascivil/react-admin-nestjs-example","owner":"lukascivil","description":"CRUD example with react-admin, nestjs and postgres","archived":false,"fork":false,"pushed_at":"2025-03-29T16:31:29.000Z","size":31357,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T06:36:09.184Z","etag":null,"topics":["admin-panel","nestjs","react","react-admin","rest-client"],"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/lukascivil.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":"2020-11-15T21:29:18.000Z","updated_at":"2025-03-29T16:31:32.000Z","dependencies_parsed_at":"2023-01-23T14:30:57.590Z","dependency_job_id":"0b2617e1-5796-451c-a1cc-a679082a70fe","html_url":"https://github.com/lukascivil/react-admin-nestjs-example","commit_stats":null,"previous_names":["lukascivil/react-admin-nestjs-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukascivil/react-admin-nestjs-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukascivil%2Freact-admin-nestjs-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukascivil%2Freact-admin-nestjs-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukascivil%2Freact-admin-nestjs-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukascivil%2Freact-admin-nestjs-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukascivil","download_url":"https://codeload.github.com/lukascivil/react-admin-nestjs-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukascivil%2Freact-admin-nestjs-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266618843,"owners_count":23957273,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["admin-panel","nestjs","react","react-admin","rest-client"],"created_at":"2025-02-07T04:38:00.539Z","updated_at":"2025-07-23T04:34:25.561Z","avatar_url":"https://github.com/lukascivil.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://marmelab.com/react-admin/\" target=\"blank\"\u003e\u003cimg src=\"https://marmelab.com/react-admin/assets/logo_white.png\" width=\"220\" alt=\"react-admin\" /\u003e\u003c/a\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://docs.nestjs.com/assets/logo-small-gradient.svg\" width=\"220\" alt=\"nestjs\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.postgresql.org/\" target=\"blank\"\u003e\u003cimg src=\"https://www.postgresql.org/media/img/about/press/elephant.png\" width=\"220\" alt=\"postgresql\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eTasker-\u003cstrong\u003eClient\u003c/strong\u003e, a task registration application\u003c/p\u003e\n\u003cp align=\"center\"\u003e(CRUD example of React-Admin and RTK Query + nestjs + postgress)\u003c/p\u003e\n\n## Description\n\nTasker is an application for registering tasks. The client side was created using [React-Admin](https://marmelab.com/react-admin/Readme.html) following the REST pattern on dataproviders. The backend application that will server the API was created using [nestjs](https://docs.nestjs.com/) framework with [postgresql](https://www.postgresql.org/). This is an example of a react-admin application and shows how powerful the tool is, and how it is possible to create CRUD systems with nestjs.\n\nThe example project follows the line of being a laboratory for study, therefore tests with [RTK Query](https://redux-toolkit.js.org/rtk-query/overview) are present as well.\n\nThis is a monorepo tha uses yarn workspaces to orchestrate it.\n\n## Screenshot\n\n![image](https://user-images.githubusercontent.com/7409802/123529179-4e44d500-d6c4-11eb-811b-f2b1406cb58b.png)\n\n![GIF 15-11-2020 20-29-13](https://user-images.githubusercontent.com/7409802/99199957-5aa59e80-2781-11eb-9bd6-09e14f9c0981.gif)\n\n## 1- Installation\n\n```bash\n$ yarn\n```\n\n## 2- Running the app (react admin client + nestjs server + postgres DB)\n\n```bash\n# Development\n$ yarn start\n```\n\n## 3- Create first user with login and password\n\n```bash\n// You need a client to connect to postgres on 127.0.0.1:5432\n// Its recommended to use https://www.heidisql.com/ but feel free to decide.\nINSERT INTO \"public\".\"user\" (\"id\", \"name\", \"email\", \"password\") VALUES (1, 'admin', 'admin@gmail.com', \"admin\");\n```\n\n## Project (nestjs server) Architecture Documentation\n\n```bash\n\n# Docs with compodoc\n$ yarn compodoc\n\nopen http://localhost:8080/\n```\n\n![image](https://user-images.githubusercontent.com/7409802/99883854-b43a1d00-2c08-11eb-9e3d-0242c5098e2f.png)\n\n## Project (nestjs server) Health\n\n```bash\n# Health API with Terminus\nopen http://localhost:3000/health\n```\n\nIf you want to view the tables in the DBMS and the documents created, you can use a graphical tool to access.\n[HeidiSQL](https://www.heidisql.com/) is a free and powerful client for MariaDB, MySQL, Microsoft SQL Server, PostgreSQL and SQLite.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukascivil%2Freact-admin-nestjs-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukascivil%2Freact-admin-nestjs-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukascivil%2Freact-admin-nestjs-example/lists"}