{"id":25247134,"url":"https://github.com/catevika/remix_support-desk","last_synced_at":"2025-10-26T22:30:58.860Z","repository":{"id":38399299,"uuid":"504660507","full_name":"Catevika/Remix_support-desk","owner":"Catevika","description":"Support desk app with Remix 2 + React 18 + Prisma 5 + MongoDB Atlas. IMPORTANT NOTE: ReachUI is a library that is not maintained anymore. Vercel does not succeed at providing the leagcy-peer deps, that's why the last deployment failed but the previous succeeded deployment is still in production.","archived":false,"fork":false,"pushed_at":"2024-09-18T09:06:40.000Z","size":2483,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-09-18T16:52:54.851Z","etag":null,"topics":["mongodb-atlas","prisma-client","remix-run","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://remix-support-desk-update-react18.vercel.app/","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/Catevika.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":"2022-06-17T20:13:40.000Z","updated_at":"2024-09-18T09:06:40.000Z","dependencies_parsed_at":"2024-09-17T16:36:45.861Z","dependency_job_id":"accda13d-ef43-4c9b-99d1-4352fd0486ac","html_url":"https://github.com/Catevika/Remix_support-desk","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/Catevika%2FRemix_support-desk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Catevika%2FRemix_support-desk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Catevika%2FRemix_support-desk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Catevika%2FRemix_support-desk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Catevika","download_url":"https://codeload.github.com/Catevika/Remix_support-desk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238404852,"owners_count":19466393,"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":["mongodb-atlas","prisma-client","remix-run","vercel-deployment"],"created_at":"2025-02-12T02:57:11.946Z","updated_at":"2025-10-26T22:30:53.458Z","avatar_url":"https://github.com/Catevika.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remix Support Desk!\u003c!-- omit in toc --\u003e\n\n![Remix Support Desk](./app/assets/SupportDesk.png)\n\n## Table of Content \u003c!-- omit in toc --\u003e\n\n- [About](#about)\n- [Features](#features)\n- [NPM packages](#npm-packages)\n- [Remix](#remix)\n- [Development](#development)\n- [Deployment](#deployment)\n- [License](#license)\n\n## About\n\nSupport Desk is a platform that can be used by the technical team and the employees of a company.\n\n- On one side, IT administrators can supervise the daily support of employees equipment, receive tickets, send notes and manage employees profile.\n- On the other side, employees can send tickets, receive and answer notes, manage their own profile\n\n## Features\n\n- App: **Remix + React + Node + ESLint + TypeScript + Vercel**\n- Router: **React-router-dom V6**\n- Authorizations: protected routes for IT administrators\n- CRUD operations for tickets, notes and profiles\n\n- Fully responsive: mobile and desktop devices friendly\n- sticky navigation bar\n- search component\n\n## NPM packages\n\n- Node.js and TypeScript ORM: **[Prisma Client](https://www.prisma.io/)**\n- Database: **[MongoDB](https://www.mongodb.com/)**\n- React-based design system **[Reach UI](https://reach.tech/)**: alert-dialog + dialog\n- Password encryption: **[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)**\n- Icons: **[react-icons](https://react-icons.github.io/react-icons/)**\n- Custom error messages: **[tiny-invariant](https://github.com/alexreardon/tiny-invariant#readme)**\n\n## Remix\n\n- [Remix Docs](https://remix.run/docs)\n\n## Development\n\nTo run your Remix app locally, make sure your project's local dependencies are installed:\n\n```sh\nnpm install\n```\n\nAfterwards, start the Remix development server like so:\n\n```sh\nnpm run dev\n```\n\nOpen up [http://localhost:3000](http://localhost:3000) and you should be ready to go!\n\nIf you're used to using the `vercel dev` command provided by [Vercel CLI](https://vercel.com/cli) instead, you can also use that, but it's not needed.\n\n## Deployment\n\nAfter having run the `create-remix` command and selected \"Vercel\" as a deployment target, you only need to [import your Git repository](https://vercel.com/new) into Vercel, and it will be deployed.\n\nIf you'd like to avoid using a Git repository, you can also deploy the directory by running [Vercel CLI](https://vercel.com/cli):\n\n```sh\nnpm i -g vercel\nvercel\n```\n\nIt is generally recommended to use a Git repository, because future commits will then automatically be deployed by Vercel, through its [Git Integration](https://vercel.com/docs/concepts/git).\n\n## License\n\nMIT © Dominique Bello aka Catevika\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatevika%2Fremix_support-desk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatevika%2Fremix_support-desk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatevika%2Fremix_support-desk/lists"}