{"id":26954669,"url":"https://github.com/evandersondev/test-fullstack-teclat","last_synced_at":"2026-03-02T22:38:54.176Z","repository":{"id":38915145,"uuid":"245020932","full_name":"evandersondev/test-fullstack-teclat","owner":"evandersondev","description":"Crud of the users maked using Node, React and React Native","archived":false,"fork":false,"pushed_at":"2023-01-05T09:20:21.000Z","size":2464,"stargazers_count":4,"open_issues_count":43,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T19:36:06.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/evandersondev.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}},"created_at":"2020-03-04T22:53:57.000Z","updated_at":"2023-06-17T13:09:49.000Z","dependencies_parsed_at":"2022-08-19T00:01:15.736Z","dependency_job_id":null,"html_url":"https://github.com/evandersondev/test-fullstack-teclat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evandersondev/test-fullstack-teclat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandersondev%2Ftest-fullstack-teclat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandersondev%2Ftest-fullstack-teclat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandersondev%2Ftest-fullstack-teclat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandersondev%2Ftest-fullstack-teclat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evandersondev","download_url":"https://codeload.github.com/evandersondev/test-fullstack-teclat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandersondev%2Ftest-fullstack-teclat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30022939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T22:30:10.381Z","status":"ssl_error","status_checked_at":"2026-03-02T22:23:34.650Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-04-03T02:18:41.735Z","updated_at":"2026-03-02T22:38:54.156Z","avatar_url":"https://github.com/evandersondev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  CRUD OF THE USERS FOR TECLA T - TEST FULLSTACK JS\n\n  \u003cbr\u003e\n  \u003cbr\u003e\n\n  \u003cimg width=\"100%\" style=\"border-radius:7px\" src=\"frontend/public/screen.png\" /\u003e  \n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA little description about your project\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License MIT\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n### - STEPS TO CREATION DATABASE\n\n\u003ca href=\"https://docs.mongodb.com/guides/server/install/\" target=\"_blank\"\u003emongoDB\u003c/a\u003e\n\n- You will need to have installed the \u003ca href=\"https://docs.mongodb.com/guides/server/install/\" target=\"_blank\"\u003emongoDB\u003c/a\u003e click this link and install case you don't have.\n\n- Open the terminal and run these codes.\n\n\u003e mongo\n\n\u003e use crudUsers;\n\n- In this step copy and paste the code into that are the folder backend/ _db.json_ and run in your terminal.\n\n\u003e db.users.insertMany(_db.json_);\n\n- Now was created 55 users with (name, email and Password).\n\n### - RUNNING APP IN LOCALHOST\n\n- In your terminal with the folder backend opened, run the steps:\n\n\u003e `yarn` or `npm install` **for install the modules**.\n\n\u003e You will need to create one file `.env` and create one code inside him `APP_SECRET:ONE_SECRET_WORD`\n\n\u003e `yarn dev` or `npm run dev`.\n\n- In your terminal with the folder frontend opened, run the steps:\n\n\u003e `yarn` or `npm install` **for install the modules**.\n\n\u003e `yarn start` or `npm run start`.\n\n#### In these steps, you can access in your browser the web application.\n\n- To make login click to signup and then to create your user to access the app.\n\n### - RUNNIG THE VERSION MOBILE:\n\n- In your terminal with the folder mobile opened, run the steps:\n\n- Using expo:\n\n\u003e `yarn` or `npm install` **for install the modules**.\n\n\u003e You will need to have the app \u003ca href=\"https://play.google.com/store/apps/details?id=host.exp.exponent\u0026hl=pt_BR\" target=\"_blank\"\u003eExpo\u003c/a\u003e in your phone.\n\n\u003e `yarn start` or `npm run start` **After that will open in your browser one QRCODE, capture and will run in your phone**.\n\n---\n\n### - FEATURES\n\n- ⚛️ **\u003ca href=\"https://pt-br.reactjs.org/docs/getting-started.html\" target=\"_blank\"\u003eReact Js\u003c/a\u003e** — A JavaScript library for building user interfaces\n- ⚛️ **\u003ca href=\"https://reactnative.dev/docs/getting-started\" target=\"_blank\"\u003eReact Native\u003c/a\u003e** — A lib that provides a way to create native apps for Android and iOS\n- 💹 **\u003ca href=\"https://nodejs.org/en/\" target=\"_blank\"\u003eNode Js\u003c/a\u003e** — A web framework for Node Js\n\n### - LICENSE\n\nThis project is licensed under the MIT License - see the \u003ca href=\"https://opensource.org/licenses/MIT\" target=\"_blank\"\u003eLICENSE\u003c/a\u003e page for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevandersondev%2Ftest-fullstack-teclat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevandersondev%2Ftest-fullstack-teclat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevandersondev%2Ftest-fullstack-teclat/lists"}