{"id":24679056,"url":"https://github.com/evinism/polygive","last_synced_at":"2026-04-12T03:33:32.785Z","repository":{"id":42300269,"uuid":"202036784","full_name":"evinism/polygive","owner":"evinism","description":"ode to chaotic good","archived":false,"fork":false,"pushed_at":"2023-01-04T07:01:13.000Z","size":3353,"stargazers_count":1,"open_issues_count":45,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T13:19:50.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.polygive.com/","language":"TypeScript","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/evinism.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":"2019-08-13T01:18:39.000Z","updated_at":"2021-03-26T02:28:06.000Z","dependencies_parsed_at":"2023-02-02T02:31:32.678Z","dependency_job_id":null,"html_url":"https://github.com/evinism/polygive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evinism%2Fpolygive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evinism%2Fpolygive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evinism%2Fpolygive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evinism%2Fpolygive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evinism","download_url":"https://codeload.github.com/evinism/polygive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244846503,"owners_count":20520141,"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":[],"created_at":"2025-01-26T13:19:52.051Z","updated_at":"2026-04-12T03:33:27.744Z","avatar_url":"https://github.com/evinism.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# TO ALL LOOKING: https://www.nfggive.com/home is a reasonable version of what this was going for.\n\n# polygive: ode to chaotic good\n\npolygive is a WIP donations platform\n\n## Architecture overview:\nThe /polygive repo is a monorepo consisting of both backend and frontend components, in `server/` and `client/` folders respectively. Backend and Frontend apps are deployed to  different domains. In production, the frontend is hosted at `www.polygive.com` (netlify) and the backend is hosted at `api.polygive.com` (heroku). These are deployed automatically on push master.\n\nRight now, the client is a basic Create React App + React-Router + hooks with a single top-level hook in \"app\" providing all of the state through a single \"state\" prop. The server is a basic express server with sequelize + postgres.\n\n## Getting Started:\n\n### Postgres\nYou'll want to create and run a local postgres db. Right now this isn't configured well, but soon that'll be parameterized. Look at `server/src/config/config.json` to see what the app is expecting (and change it if you get to it before I fix this).\n\nFor now, I think you can do\n\n```\n$ createdb polygive\n$ psql polygive\n# CREATE USER polygiveuser;\n# GRANT ALL PRIVILEGES ON DATABASE polygive TO polygiveuser;\n```\n\nAfter doing this, you'll want to migrate your DB\n\n### Redis\nIf you want to make sure logins persist across server restarts (which will happen a lot because nodemon does that), you'll want to have a redis instance locally running (and probably daemonized for convenience). In the `.env` folder of server, you can set `REDIS_HOST=localhost` to enable redis storage in the app.\n\n### To start:\n`git clone git@github.com:evinism/polygive.git`\n\nin client folder:\n```\nyarn\nyarn start\n```\nin server folder:\n```\nyarn\ncp .env.sample .env\n\nyarn start:dev\n```\n\n### Moar info:\nYou can set a user as being super by running:\n`yarn set_super your.email@some.domain.fake`\n\n### Getting data??\nGetting data is not something I have good stories around.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevinism%2Fpolygive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevinism%2Fpolygive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevinism%2Fpolygive/lists"}