{"id":25451191,"url":"https://github.com/williamjayjay/simulate-telecom-services-api-front","last_synced_at":"2025-08-12T21:03:45.726Z","repository":{"id":137225148,"uuid":"466385631","full_name":"williamjayjay/Simulate-Telecom-Services-API-FRONT","owner":"williamjayjay","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-27T20:43:46.000Z","size":82060,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T19:02:56.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/williamjayjay.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-03-05T07:43:58.000Z","updated_at":"2022-05-27T03:11:49.000Z","dependencies_parsed_at":"2024-03-30T20:30:49.922Z","dependency_job_id":null,"html_url":"https://github.com/williamjayjay/Simulate-Telecom-Services-API-FRONT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/williamjayjay/Simulate-Telecom-Services-API-FRONT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamjayjay%2FSimulate-Telecom-Services-API-FRONT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamjayjay%2FSimulate-Telecom-Services-API-FRONT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamjayjay%2FSimulate-Telecom-Services-API-FRONT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamjayjay%2FSimulate-Telecom-Services-API-FRONT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamjayjay","download_url":"https://codeload.github.com/williamjayjay/Simulate-Telecom-Services-API-FRONT/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamjayjay%2FSimulate-Telecom-Services-API-FRONT/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268268275,"owners_count":24223034,"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-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2025-02-17T22:24:19.526Z","updated_at":"2025-08-01T17:36:54.296Z","avatar_url":"https://github.com/williamjayjay.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg alt=\"LolDesign\" title=\"LolDesign\"  width=\"300px\" /\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#information_source-how-to-use-server\"\u003eℹ️ How To Use\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#rocket-technologies-server\"\u003e🚀 Technologies\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#computer-author\"\u003e💻 Author\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n Telzir is a project developed in NodeJS and ReactJS with TypeScript, ChackraUI,  Docker, TDD and SOLID, as a challenge at enterprise LolDesign.\n\u003c/p\u003e\n\n---\n\n# Server\n\u003ch1 align=\"center\"\u003e\n  \u003cimg alt=\"Demonstration-Server\" style=\"margin: 2px\" title=\"Demonstration\" src=\"assets/img/server.gif\" width=\"800px\" /\u003e\n\u003c/h1\u003e\n\n# Como usar API?\n\n- [x] 1- Primeiro crie os códigos de área, passando os campos origin e destiny e o valPerMinute que é o valor por minuto, na rota de /areaCode.\n\n- [x] 2- Agora crie os planos, passando o namePlan e numberPlan.\n\n- [x] 3- Note que temos a rota de Users, mas ela irá receber as requisições do Front-End!\n\n\n# :information_source: How To Use Server\n\nClone the repository\n\n```bash\nhttps://github.com/williamjayjay/loldesign-telzir-challenge\n```\n\n```bash\n# Install the dependencies\nyarn\n\n# Start the Docker Containers(Postgress and Node)\ndocker-compose up\n\n# Run migrations of typeorm\nyarn typeorm migration:run\n\n# Run the server\nyarn dev\n```\n\n```bash\n# Run Test Driven Domain in root directory\nyarn jest src/modules\n```\n\n# :rocket: Technologies-server\n\n- [NodeJS](https://nodejs.org/en/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Express](https://expressjs.com/)\n- [Express-async-errors](https://github.com/davidbanham/express-async-errors#readme)\n- [Typeorm](https://github.com/typeorm/typeorm#readme)\n- [Uuid](https://github.com/uuidjs/uuid#readme)\n- [Postgress-Node](https://node-postgres.com/)\n- [Cors](https://github.com/expressjs/cors#readme)\n- [Ts-node-dev](https://github.com/wclr/ts-node-dev#readme)\n- [Reflect-meta-data](https://github.com/rbuckton/reflect-metadata)\n- [Tsyringe](https://github.com/Microsoft/tsyringe#readme)\n\n\n---\n\n# Web app\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg alt=\"Demonstration-Web\" style=\"margin: 2px\" title=\"DemonstrationWeb\" src=\"assets/img/web.gif\" width=\"800px\" /\u003e\n\u003c/h1\u003e\n\n# :information_source: How To Use Web App\n\n\n```bash\n# Install the dependencies\nyarn\n\n# Run the server\nyarn dev\n```\n\n# :rocket: Technologies-web\n- [ReactJS](https://pt-br.reactjs.org/)\n- [NextJS](https://nextjs.org)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Axios](https://github.com/axios/axios)\n- [React-icons](https://github.com/react-icons/react-icons#readme)\n- [Chakra-ui/core](https://chakra-ui.com/)\n- [Chakra-ui/react](https://chakra-ui.com/)\n- @emotion/react\n- @emotion/styled\n- framer-motion\n- @types/react\n- @types/node\n\n\u003cbr /\u003e\n\n---\n# :computer: Author\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"http://github.com/williamjayjay/\"\u003e\n        \u003cimg src=\"https://avatars.githubusercontent.com/u/52439569?v=4\" width=\"100px;\" alt=\"William Gomes\"/\u003e\n        \u003cbr /\u003e\n        \u003csub\u003e\n          \u003cb\u003eWilliam Gomes\u003c/b\u003e\n        \u003c/sub\u003e\n       \u003c/a\u003e\n       \u003c/td\u003e\n     \n    \n\n  \u003c/tr\u003e\n\u003c/table\u003e\n\u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamjayjay%2Fsimulate-telecom-services-api-front","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamjayjay%2Fsimulate-telecom-services-api-front","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamjayjay%2Fsimulate-telecom-services-api-front/lists"}