{"id":32341263,"url":"https://github.com/ramonlimaramos/developer-radar","last_synced_at":"2026-04-13T19:31:08.689Z","repository":{"id":38902326,"uuid":"254942663","full_name":"ramonlimaramos/developer-radar","owner":"ramonlimaramos","description":"FullStack JS, ReactJS, ReactNative","archived":false,"fork":false,"pushed_at":"2023-01-26T19:15:12.000Z","size":4033,"stargazers_count":2,"open_issues_count":42,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-24T02:52:35.576Z","etag":null,"topics":["expo","mongodb","mongoose","nodejs","react-native","reactjs","socket-io"],"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/ramonlimaramos.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-04-11T19:44:10.000Z","updated_at":"2021-06-22T02:51:09.000Z","dependencies_parsed_at":"2023-02-04T11:31:26.730Z","dependency_job_id":null,"html_url":"https://github.com/ramonlimaramos/developer-radar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ramonlimaramos/developer-radar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonlimaramos%2Fdeveloper-radar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonlimaramos%2Fdeveloper-radar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonlimaramos%2Fdeveloper-radar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonlimaramos%2Fdeveloper-radar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramonlimaramos","download_url":"https://codeload.github.com/ramonlimaramos/developer-radar/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonlimaramos%2Fdeveloper-radar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["expo","mongodb","mongoose","nodejs","react-native","reactjs","socket-io"],"created_at":"2025-10-24T02:36:59.160Z","updated_at":"2026-04-13T19:31:08.674Z","avatar_url":"https://github.com/ramonlimaramos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevRadar\n\nDevelopers radar a fullstack POC Javascript.\n\n![web](https://github.com/ramonlimaramos/developer-radar/blob/develop/assets/devRadar_web.png?raw=true)\n![mobile](https://github.com/ramonlimaramos/developer-radar/blob/develop/assets/devRadar_mobile.png?raw=true)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\n- nodejs\n- yarn\n\n```\ngit clone https://github.com/ramonlimaramos/developer-radar.git\n```\n\n### Installing locally\n\nFollowing the steps to get up and running the project locally. We will need to install the required libraries of each project such as web, mobile and API, from the terminal:\n\n```shell\ncd developer-radar/backend\n```\n\nExecutes yarn for installing the libraries\n\n```shell\n$developer-radar/backend \u003e\u003e yarn\n```\n\ndo the same for folders **web** and **mobile**\n\n```shell\n$developer-radar/web \u003e\u003e yarn\n```\n\n```shell\n$developer-radar/mobile \u003e\u003e yarn\n```\n\n### Creating the your locally .env file\n\nIn order to run the application locally you need to provide a **.env** file providing the following attributes:\n\n#### backend\n\n```shell\n$developer-radar/backend \u003e\u003e vim .env\n```\n\n```javascript\nMONGODB_ATLAS_SVR_URL=[your mongo db connection url it can be whatever dabase you name you want]\nPORT=3333\n```\n\n#### mobile\n\n```shell\n$developer-radar/mobile \u003e\u003e vim env.js\n```\n\n```javascript\nexport const baseURL = \"http://yourLocalIp:portDefinedBackendEnv\"\n```\n\n#### web\n\n```shell\n$developer-radar/web/src \u003e\u003e vim env.js\n```\n\n```javascript\nexport const baseURL = \"http://yourLocalIp:portDefinedBackendEnv\"\n```\n\n## Running\n\nWell after all the env files configured let's run the three projects:\n\n#### backend\n```shell\n$developer-radar/backend \u003e\u003e yarn dev\n```\n#### web\n```shell\n$developer-radar/web \u003e\u003e yarn start\n```\n#### mobile\n```shell\n$developer-radar/mobile \u003e\u003e yarn start\n```\n\n## Built With\n\n* [NodeJS](https://nodejs.org/en/)\n* [ReactJS](https://pt-br.reactjs.org/)\n* [React-Native](https://reactnative.dev/)\n* [Expo](https://expo.io/)\n* [MongoDB](https://www.mongodb.com/)\n* [Socket.io](https://socket.io/)\n\n## Authors\n\n* **Ramon Ramos** - [DevRadar](https://github.com/ramonlimaramos)\n\nSee also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonlimaramos%2Fdeveloper-radar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framonlimaramos%2Fdeveloper-radar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonlimaramos%2Fdeveloper-radar/lists"}