{"id":27065958,"url":"https://github.com/dudkodmytrii007/ryft-payment-backend","last_synced_at":"2026-01-18T19:05:26.347Z","repository":{"id":284762793,"uuid":"955966013","full_name":"dudkodmytrii007/Ryft-Payment-Backend","owner":"dudkodmytrii007","description":"This is the backend component of the Ryft platform with Vue.js.","archived":false,"fork":false,"pushed_at":"2025-03-27T16:38:10.000Z","size":110,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T18:51:28.912Z","etag":null,"topics":["expressjs","javascript","nodejs","postgresql","prisma"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dudkodmytrii007.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":"2025-03-27T13:38:51.000Z","updated_at":"2025-03-28T01:38:25.000Z","dependencies_parsed_at":"2025-03-27T15:38:08.071Z","dependency_job_id":null,"html_url":"https://github.com/dudkodmytrii007/Ryft-Payment-Backend","commit_stats":null,"previous_names":["dudkodmytrii007/ryft-payment-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dudkodmytrii007/Ryft-Payment-Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudkodmytrii007%2FRyft-Payment-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudkodmytrii007%2FRyft-Payment-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudkodmytrii007%2FRyft-Payment-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudkodmytrii007%2FRyft-Payment-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dudkodmytrii007","download_url":"https://codeload.github.com/dudkodmytrii007/Ryft-Payment-Backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudkodmytrii007%2FRyft-Payment-Backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28548962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:02:06.365Z","status":"ssl_error","status_checked_at":"2026-01-18T19:01:46.239Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["expressjs","javascript","nodejs","postgresql","prisma"],"created_at":"2025-04-05T18:34:36.953Z","updated_at":"2026-01-18T19:05:26.311Z","avatar_url":"https://github.com/dudkodmytrii007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ryft-Payment-Backend\n \n# Ryft BACKEND\nThis project is the backend component of the Ryft platform, an educational social media project. It provides server-side functionality such as user authentication, API endpoints, and data persistence, enabling seamless integration with the **[Ryft Frontend](https://github.com/Xdellta/Ryft-Frontend)**.\n\n\u003cbr\u003e\n\n## 🛠️ Tools and Technologies\n![Express](https://img.shields.io/badge/Express%20js-000000?style=for-the-badge\u0026logo=express\u0026logoColor=white)\n![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026logoColor=black)\n![Prisma](https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge\u0026logo=Prisma\u0026logoColor=white)\n![Postgresql](https://img.shields.io/badge/postgresql-4169e1?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n\n\u003cbr\u003e\n\n## 📜 License\n[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)\u003cbr\u003e\nBy [Patryk Piotrowski](https://github.com/Xdellta) \u0026 [Piotr Ostrowski](https://github.com/PiotrO9)\n\n\u003cbr\u003e\n\n## 🚀 Getting Started\nTo ensure the proper functioning of the platform, the **[Ryft Frontend](https://github.com/Xdellta/Ryft-Frontend)** must also be installed and configured.\u003cbr\u003e\u003cbr\u003e\n\n**1.** Clone the repository:\n```sh\ngit clone https://github.com/Xdellta/Ryft-Backend.git  \ncd ryft-backend\n```\n\n**2.** Install dependencies:\n```sh\nnpm install\n```\n\n**3** Configure the environment\nCreate a .env file in the project root and configure the required environment variables. Below is an example:\n```env\nDB_USER=\nDB_HOST=\nDB_DATABASE=\nDB_PASSWORD=\nDB_PORT=\n\nDATABASE_URL=\"\"\n```\n\n**4.** Run database migrations and seed data\n```sh\nnpx prisma migrate dev  \nnpm run seed  \n```\n\n**5.** Start the server\n```sh\nnode index.js\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudkodmytrii007%2Fryft-payment-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdudkodmytrii007%2Fryft-payment-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudkodmytrii007%2Fryft-payment-backend/lists"}