{"id":22561951,"url":"https://github.com/cristianprochnow/findonation","last_synced_at":"2026-04-18T04:33:09.479Z","repository":{"id":54386930,"uuid":"241428829","full_name":"cristianprochnow/FinDonation","owner":"cristianprochnow","description":"📍 Do you want to get rid of some item and also make a good act? So you can use this application to help people around you.","archived":false,"fork":false,"pushed_at":"2021-02-21T20:38:05.000Z","size":15574,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T12:44:56.938Z","etag":null,"topics":["nodejs","react","sql","tcc","typescript"],"latest_commit_sha":null,"homepage":"","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/cristianprochnow.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":"2020-02-18T17:51:13.000Z","updated_at":"2023-03-09T01:36:30.000Z","dependencies_parsed_at":"2022-08-13T14:10:27.434Z","dependency_job_id":null,"html_url":"https://github.com/cristianprochnow/FinDonation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cristianprochnow/FinDonation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianprochnow%2FFinDonation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianprochnow%2FFinDonation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianprochnow%2FFinDonation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianprochnow%2FFinDonation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristianprochnow","download_url":"https://codeload.github.com/cristianprochnow/FinDonation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianprochnow%2FFinDonation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31956969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["nodejs","react","sql","tcc","typescript"],"created_at":"2024-12-07T22:11:00.268Z","updated_at":"2026-04-18T04:33:09.442Z","avatar_url":"https://github.com/cristianprochnow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/cristianprochnow/FinDonation\"\u003e\n    \u003cimg src=\"./.github/findonation-with-label.png\" alt=\"Logo\" height=\"96\"\u003e\n  \u003c/a\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003cstrong\u003eEncontre, comunique, doe.\u003c/strong\u003e\u003cbr /\u003e\n    \u003ca href=\"https://github.com/cristianprochnow/FinDonation/tree/master/docs\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\u003cbr /\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  [![Author][author-shield]][author-url]\n  [![Languages][languages-shield]][languages-shield]\n  [![MIT License][license-shield]][license-url]\n\n\u003c/div\u003e\n\n# 📚 Table of Contents\n\n* [📖 About The Project](#-about-the-project)\n  * [📋 Features](#-features)\n  * [🔧 Built With](#-built-with)\n* [🚀 Getting Started](#-getting-started)\n  * [📝 Prerequisites](#-prerequisites)\n  * [⚙️ Installation](#-installation)\n* [🔗 Contributing](#-contributing)\n* [📜 License](#-license)\n* [📞 Contact](#-contact)\n\n# 📖 About The Project\n\nThe easiest way to get rid of something you do not want anymore and at the same time help someone around you.\n\n![screen]\n\n## 📋 Features\n\n1. 💜 Register new donations\n2. 📞 Direct contact with donator through WhatsApp or e-mail\n3. 🗺 Find donations around you\n4. 📐 Manage donations made\n5. 📱 Responsiveness\n\n## 🔧 Built With\n\n- [x] ReactJS\n- [x] NodeJS\n- [x] Express\n- [x] SQLite\n\n# 🚀 Getting Started\n\n## 📝 Prerequisites\n\nYou will be able to run this application if [NodeJS](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/) are installed at your machine.\n\n## ⚙️ Installation\n\n1. Open your terminal\n2. Clone project (`git clone https://github.com/cristianprochnow/FinDonation.git`)\n3. Install **server** packages (`yarn`)\n4. Create a `.env` file within `server/` and use `.env_template` as example to define variables and their values\n5. Run **back-end** (`yarn dev`)\n6. Install **website** packages (`yarn`)\n7. Create a `.env` file within `web/` and use `.env_template` as example to define variables and their values\n6. Run **front-end** (`yarn start`)\n7. 🎉 The magic is done!\n\n\u003e If the browser not open automatically, search by the `http://localhost:19000` URL at browser\n\n[![Run in Insomnia][insomnia-button]][insomnia-url]\n\n# 🔗 Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. 🍴 Fork the Project\n2. 👯 Clone this project (`git clone https://github.com/cristianprochnow/FinDonation.git`)\n3. 🔀 Create your Feature Branch (`git checkout -b my-feature`)\n4. ✔️ Commit your Changes (`git commit -m 'feat: My new feature'`)\n5. 📌 Push to the Branch (`git push origin my-feature`)\n6. 🔁 Open a Pull Request\n\n# 📜 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n# 📞 Contact\n\n[![Linkedin][linkedin-shield]][linkedin-url]\n\n**Made with 💜 by Cristian Prochnow. Enjoy!**\n\n[license-shield]: https://img.shields.io/github/license/cristianprochnow/FinDonation.svg?style=flat-square\u0026color=%235B4FDB\n[license-url]: https://github.com/cristianprochnow/FinDonation/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-Cristian_Prochnow-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=0077b4\n[linkedin-url]: https://www.linkedin.com/in/cristianprochnow\n[languages-shield]: https://img.shields.io/github/languages/count/cristianprochnow/FinDonation?color=%235B4FDB\u0026style=flat-square\n[author-shield]: https://img.shields.io/static/v1?label=author\u0026message=Cristian%20Prochnow\u0026color=5B4FDB\u0026style=flat-square\n[author-url]: https://github.com/cristianprochnow\n[insomnia-button]: https://insomnia.rest/images/run.svg\n[insomnia-url]: https://insomnia.rest/run/?label=FinDonation\u0026uri=https%3A%2F%2Fgithub.com%2Fcristianprochnow%2FFinDonation%2Fblob%2Fmaster%2Fserver%2FInsomnia.json\n[screen]: ./.github/screen.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianprochnow%2Ffindonation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristianprochnow%2Ffindonation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianprochnow%2Ffindonation/lists"}