{"id":25672975,"url":"https://github.com/aryaminus/tomodachi","last_synced_at":"2025-04-23T06:15:04.813Z","repository":{"id":38952433,"uuid":"198248782","full_name":"aryaminus/tomodachi","owner":"aryaminus","description":"Basic Contacts manager with React and React Native as clients serving Node over Express Backend deployed to Heroku with Postgres as database","archived":false,"fork":false,"pushed_at":"2023-01-04T05:46:37.000Z","size":5080,"stargazers_count":12,"open_issues_count":51,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T06:14:57.665Z","etag":null,"topics":["axios","concurrently","express","hooks","nodejs","passport","postgresql","react","react-dom","react-native","reactjs","styled-components"],"latest_commit_sha":null,"homepage":"https://link.medium.com/Ka24DtaDQY","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aryaminus.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":"2019-07-22T15:15:34.000Z","updated_at":"2022-02-18T01:13:19.000Z","dependencies_parsed_at":"2022-08-26T02:20:43.769Z","dependency_job_id":null,"html_url":"https://github.com/aryaminus/tomodachi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaminus%2Ftomodachi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaminus%2Ftomodachi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaminus%2Ftomodachi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaminus%2Ftomodachi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aryaminus","download_url":"https://codeload.github.com/aryaminus/tomodachi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250379808,"owners_count":21420841,"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":["axios","concurrently","express","hooks","nodejs","passport","postgresql","react","react-dom","react-native","reactjs","styled-components"],"created_at":"2025-02-24T12:44:08.692Z","updated_at":"2025-04-23T06:15:04.783Z","avatar_url":"https://github.com/aryaminus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003e Tomodachi \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://tomodachi977.herokuapp.com\" target=\"_blank\"\u003e\u003cimg src=\"https://i.imgur.com/iwWOtYs.gif\" height=\"330\"/\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u003ca href=\"https://play.google.com/store/apps/details?id=com.speks.tomodachi\" target=\"_blank\"\u003e\u003cimg src=\"https://i.imgur.com/wNTGqCU.gif\" height=\"330\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://play.google.com/store/apps/details?id=com.speks.tomodachi\" target=\"_blank\"\u003e\u003cimg src=\"http://i.imgur.com/D5B4zOT.png\" height=\"75\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eFor more refer to \u003ca href=\"https://link.medium.com/Ka24DtaDQY\" target=\"_blank\"\u003eMedium Article \u003c/a\u003eand \u003ca href=\"https://tomodachi977.herokuapp.com\" target=\"_blank\"\u003eHeroku \u003c/p\u003e\n\n\u003e Alpha release\n\n## About\n\nThis is a dummy application built using Node, React and Postgres with addition of React-Native to the system. The end-goal is to allow user to enter Contacts of their friend circle after Logging in with Facebook with basic features to edit and delete them.\n\n## Table of content\n\n  - [About](#about)\n  - [Table of content](#table-of-content)\n  - [Installation](#installation)\n  - [React JS](#react-js)\n  - [React-Native](#react-native)\n  - [Contributing](#contributing)\n  - [References](#references)\n  - [Author](#author)\n  - [Licensing](#licensing)\n\n## Installation\n\n**Clone the source locally:**\n\n```\n$ git clone https://github.com/aryaminus/tomodachi\n$ cd tomodachi\n```\n\n**Install required node dependencies:**\n\n```\n$ yarn \u0026\u0026 cd client \u0026\u0026 yarn \u0026\u0026 cd ../react-native-app \u0026\u0026 yarn \u0026\u0026 cd ..\n```\n\n## React JS\n\n**Open in development mode:**\n\n```\n$ yarn dev\n```\n\n**Open in development mode with prod build:**\n\n```\n$ NODE_ENV=production yarn dev:server\n```\n\n## React-Native\n\n**Start react-native server:**\n\n```\n$ cd react-native-app\n$ yarn start\n```\n\n**Development build of react-native:** (Make sure you are in react-native-app folder)\n\n```\n$ react-native run-android\n$ react-native run-ios\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/aryaminus/tomodachi/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n## References\n\n- \u003ca href=\"https://github.com/esausilva/example-create-react-app-express\" target=\"_blank\"\u003eConnecting React and Node concurrently\u003c/a\u003e\n- \u003ca href=\"https://github.com/alien35/social-auth-example\" target=\"_blank\"\u003eUsage of Passport for Facebook Login after react callback\u003c/a\u003e\n- \u003ca href=\"https://scotch.io/tutorials/authenticate-a-node-es6-api-with-json-web-tokens\" target=\"_blank\"\u003eAuthenticate API with JWT\u003c/a\u003e\n- \u003ca href=\"https://www.wlaurance.com/2018/09/how-to-install-postgresql-for-mac-for-node/\" target=\"_blank\"\u003eSetting up Postgresql for Mac\u003c/a\u003e\n- \u003ca href=\"https://datazenit.com/heroku-data-explorer.html?tp=hde#/\" target=\"_blank\"\u003eHeroku Data Explorer\u003c/a\u003e\n- \u003ca href=\"https://blog.hailstone.io/how-to-prevent-sql-injection-nodejs/\" target=\"_blank\"\u003eSQL Injection Protection\u003c/a\u003e\n\n## Author\n\n\u003ca href=\"https://github.com/aryaminus\" target=\"_blank\"\u003e©Sunim Acharya\u003c/a\u003e\n\n## Licensing\n\nThe code in this project is licensed under GNU GPLv3 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryaminus%2Ftomodachi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faryaminus%2Ftomodachi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryaminus%2Ftomodachi/lists"}