{"id":16174464,"url":"https://github.com/hellothisisflo/nelson-approved","last_synced_at":"2026-07-02T20:35:01.873Z","repository":{"id":93127020,"uuid":"83129816","full_name":"HelloThisIsFlo/Nelson-Approved","owner":"HelloThisIsFlo","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-25T10:59:52.000Z","size":476,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T12:33:35.278Z","etag":null,"topics":["fun"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/HelloThisIsFlo.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,"zenodo":null}},"created_at":"2017-02-25T12:19:50.000Z","updated_at":"2018-11-25T10:59:53.000Z","dependencies_parsed_at":"2023-06-05T02:00:34.899Z","dependency_job_id":null,"html_url":"https://github.com/HelloThisIsFlo/Nelson-Approved","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HelloThisIsFlo/Nelson-Approved","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloThisIsFlo%2FNelson-Approved","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloThisIsFlo%2FNelson-Approved/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloThisIsFlo%2FNelson-Approved/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloThisIsFlo%2FNelson-Approved/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelloThisIsFlo","download_url":"https://codeload.github.com/HelloThisIsFlo/Nelson-Approved/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloThisIsFlo%2FNelson-Approved/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35062689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":["fun"],"created_at":"2024-10-10T04:25:00.619Z","updated_at":"2026-07-02T20:35:01.842Z","avatar_url":"https://github.com/HelloThisIsFlo.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Heroku](http://heroku-badge.herokuapp.com/?app=nelson-approved\u0026style=flat\u0026svg=1)\n\n# NelsonApproved\n\nNelson approved is a joke / practice-project to experiment with the development of web application in Elixir.\n\n###### Heroku\n\n- Visit the WebApp: http://nelsonapproved.tk/\n\n###### After running installing the project\n\n- Visit the WebApp: [http://localhost:4000/](http://localhost:4000/)\n- Access the food management interface: [http://localhost:4000/manage/foods](http://localhost:4000/manage/foods)\n  - Default password is `abcd` for `dev` \u0026 `test` environment\n\n\n## Initial configuration\n\nThis app uses `Postgres` and assumes the default configuration. \nUpdate the configuration files if your setup is different.\n\n### Configuration files\n\nYou also need a Mashape API Key, that is used to accessed semantic analysis service.\nCopy the following to a `secret.exs` file in the `config/` folder.\n\n###### Secret.exs\n```\nuse Mix.Config\n\nconfig :nelson_approved,\n  mashape_key: \"YOUR_API_KEY\"\n```\n\nAlternatively, you can choose to not use the semantic analysis service altogether.\nIn that case, you can simply use the mock implementation of the network layer that is\nprovided at `NelsonApproved.AiNetworkMock`\n\n\n###### Secret.exs | Without Semantic Analysis\n```\nuse Mix.Config\n\nconfig :nelson_approved,\n  mashape_key: \"Can be empty\",\n  network_ai_module: NelsonApproved.AiNetworkMock\n```\n\n### Before the first start\n\n  * Install dependencies with `mix deps.get`\n  * Create and migrate your database with `mix ecto.create \u0026\u0026 mix ecto.migrate`\n  * Install Node.js dependencies with `npm install`\n  * Start Phoenix endpoint with `mix phoenix.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellothisisflo%2Fnelson-approved","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellothisisflo%2Fnelson-approved","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellothisisflo%2Fnelson-approved/lists"}