{"id":17531133,"url":"https://github.com/dzervoudakes/user-management","last_synced_at":"2025-08-01T05:39:07.178Z","repository":{"id":45777159,"uuid":"288717973","full_name":"dzervoudakes/user-management","owner":"dzervoudakes","description":"Full stack CRUD app made with Express, React and TypeScript.","archived":false,"fork":false,"pushed_at":"2021-12-09T02:02:16.000Z","size":44763,"stargazers_count":9,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T15:57:37.759Z","etag":null,"topics":["docker-compose","express","material-ui","mongodb","overnightjs","react","spa","typescript","user-management"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dzervoudakes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-19T11:51:22.000Z","updated_at":"2025-01-05T16:51:34.000Z","dependencies_parsed_at":"2022-09-01T21:03:31.374Z","dependency_job_id":null,"html_url":"https://github.com/dzervoudakes/user-management","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dzervoudakes/user-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Fuser-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Fuser-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Fuser-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Fuser-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dzervoudakes","download_url":"https://codeload.github.com/dzervoudakes/user-management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Fuser-management/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260680657,"owners_count":23045757,"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":["docker-compose","express","material-ui","mongodb","overnightjs","react","spa","typescript","user-management"],"created_at":"2024-10-20T17:22:57.960Z","updated_at":"2025-06-19T03:34:10.838Z","avatar_url":"https://github.com/dzervoudakes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Management\n\n\u003e Full stack demo CRUD app built with Express, React and TypeScript.\n\n[![client](https://github.com/dzervoudakes/user-management/workflows/Client/badge.svg)](https://github.com/dzervoudakes/user-management/actions)\n[![server](https://github.com/dzervoudakes/user-management/workflows/Server/badge.svg)](https://github.com/dzervoudakes/user-management/actions)\n[![codecov](https://codecov.io/gh/dzervoudakes/user-management/branch/main/graph/badge.svg)](https://codecov.io/gh/dzervoudakes/user-management)\n[![quality](https://app.codacy.com/project/badge/Grade/373b659cba7b4b8cb0f275db57c3ef38)](https://www.codacy.com/gh/dzervoudakes/user-management/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=dzervoudakes/user-management\u0026amp;utm_campaign=Badge_Grade)\n[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)\n\n## Premise\n\nA simple User Management interface which lists current users in the system. Admins can add a new user, and update or delete existing users.\n\nOriginally written as a learning experience for React development, I've rebuilt this project to reflect new patterns and technologies\nthat I've adopted over time. Also the COVID-19 pandemic was a thing, so I had some extra time on my hands. 🦠 ⏰\n\n![demo](demo.gif)\n\n## Technologies Used\n\n- **Frontend:** React, TypeScript, Material UI\n- **Backend:** Node + Express, OvernightJS, Mongoose\n- **Database:** Docker, MongoDB\n- **CI/CD:** GitHub Actions\n\n## Local Development\n\n### Database and Server Setup\n\n- Ensure that `Docker` is installed and running\n- In your terminal, `cd` into the `server` directory and run `npm install`\n- From the project root, open your terminal and run `docker compose up`\n  - Seed data for `admins` and `users` will be populated in the database automatically\n  - The server will be running on `http://localhost:3000`\n\nThe `server/README.md` provides additional information on build scripts and environment variables.\n\n### Client Setup\n\n- In another terminal window, `cd` into the `client` directory and run `npm install`\n- Run `npm start`\n  - The application may be accessed in a web browser at `http://localhost:8080`\n\nThe `client/README.md` provides additional information on build scripts and environment variables.\n\n## Technical Requirements\n\n\u003e The runtime environment for this application requires `node \u003e= 14.6.0` and `npm \u003e= 6.14.7`.\n\n## Configuration\n\n\u003e This application makes use of `ESLint`, `Stylelint` and `EditorConfig`. Each of these features requires\n\u003e an extension be installed in order to work properly with IDEs and text editors such as VSCode.\n\n## Accessibility\n\n\u003e This application has been tested for accessibility via the [axe DevTools - Web Accessibility Testing](https://chrome.google.com/webstore/detail/axe-devtools-web-accessib/lhdoppojpmngadmnindnejefpokejbdd) and [Accessibility Insights for Web](https://chrome.google.com/webstore/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni) Chrome extensions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzervoudakes%2Fuser-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdzervoudakes%2Fuser-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzervoudakes%2Fuser-management/lists"}