{"id":19226868,"url":"https://github.com/thisisjuke/react-nodejs-admin","last_synced_at":"2026-05-04T13:37:20.508Z","repository":{"id":123433176,"uuid":"331957008","full_name":"Thisisjuke/react-nodejs-admin","owner":"Thisisjuke","description":"Admin Panel with handmade thème : made with tailwindcss 🖌️ API with NodeJS Express + BookshelfJS 📚 React with react Router 🙆‍♂️","archived":false,"fork":false,"pushed_at":"2021-01-23T18:55:33.000Z","size":431,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T17:54:11.280Z","etag":null,"topics":["admin-dashboard","nodejs-api","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Thisisjuke.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}},"created_at":"2021-01-22T13:39:25.000Z","updated_at":"2021-02-02T18:51:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b66d3fa3-cbd3-4764-b811-a361eb64e3a5","html_url":"https://github.com/Thisisjuke/react-nodejs-admin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Thisisjuke/react-nodejs-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thisisjuke%2Freact-nodejs-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thisisjuke%2Freact-nodejs-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thisisjuke%2Freact-nodejs-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thisisjuke%2Freact-nodejs-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thisisjuke","download_url":"https://codeload.github.com/Thisisjuke/react-nodejs-admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thisisjuke%2Freact-nodejs-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32610180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-dashboard","nodejs-api","reactjs","tailwindcss"],"created_at":"2024-11-09T15:20:41.239Z","updated_at":"2026-05-04T13:37:20.501Z","avatar_url":"https://github.com/Thisisjuke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to start ?\n\n```shell\ncp .env.dist .env\nmake install\nmake up\n```\n\n# Whats inside ?\n\n## Backend : Express with Bookshelfjs\n\n```\nurl : http://localhost:4000/api\n```\n\n### Available Routes :\n\nYou can find all the available routes in `back/routes`\n\nHere are few routes you can copy and paste to test :\n\u003cbr\u003e\n`http//localhost:4000/api/users`\n\u003cbr\u003e\n`http//localhost:4000/api/users/100`\n\u003cbr\u003e\n`http//localhost:4000/api/users/100/messages`\n\u003cbr\u003e\n`http//localhost:4000/api/users/100/media`\n\u003cbr\u003e\n`http://localhost:4000/api/messages/12`\n\u003cbr\u003e\n`http//localhost:4000/api/count/media`\n\u003cbr\u003e\n`http//localhost:4000/api/count/messages`\n\u003cbr\u003e\n`http//localhost:4000/api/count/users`\n\u003cbr\u003e\n`http//localhost:4000/api/count/cities`\n\u003cbr\u003e\n`http//localhost:4000/api/count/countries`\n\u003cbr\u003e\n`http//localhost:4000/api/count/countries`\n\u003cbr\u003e\n`http//localhost:4000/api/users/100/disable`\n\u003cbr\u003e\n`http//localhost:4000/api/users/100/enable`\n\u003cbr\u003e\n`http//localhost:4000/api/count/countries`\n\u003cbr\u003e\n`http//localhost:4000/api/country/Benin/cities`\n\u003cbr\u003e\n`http//localhost:4000/api/country/Democratic%20People's%20Republic%20of%20Korea/cities`\n\u003cbr\u003e\n`http//localhost:4000/api/count/countries`\n\n\n## Frontend : React\n\n```\nurl : http://localhost:3000\n```\n\n### Available features : \n\n#### Homepage\n- See total users\n- See total Messages\n- See Total Media\n- See total cities and country\n#### Users Page\n- See all users in a tab\n- Filter Users by each property\n- Global Search\n#### Profile Page \n- Show profile details (click on \"show profile\" or `http://localhost:3000/profile/3`)\n- See Profile messages sent\n- See profile messages received\n- Enable and disable account\n- List medias (no preview because S3 bucket access is blocked)\n#### Stats Page\n- See all countries\n- See all Cities\n- Filter Cities by Country\n#### Global\n- See my handmade interface with tailwindcss\n- Babel configuration\n- React Router + React Table + Component splitting \n\n## Thanks for your time!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisjuke%2Freact-nodejs-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisisjuke%2Freact-nodejs-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisjuke%2Freact-nodejs-admin/lists"}