{"id":25231355,"url":"https://github.com/migueldcdev/phoenix_app","last_synced_at":"2025-04-05T15:24:23.833Z","repository":{"id":269753121,"uuid":"908359725","full_name":"migueldcdev/phoenix_app","owner":"migueldcdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-30T16:21:37.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T12:35:55.491Z","etag":null,"topics":[],"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/migueldcdev.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":"2024-12-25T21:23:30.000Z","updated_at":"2024-12-30T16:21:40.000Z","dependencies_parsed_at":"2024-12-26T02:49:35.753Z","dependency_job_id":null,"html_url":"https://github.com/migueldcdev/phoenix_app","commit_stats":null,"previous_names":["migueldcdev/phoenix_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldcdev%2Fphoenix_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldcdev%2Fphoenix_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldcdev%2Fphoenix_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldcdev%2Fphoenix_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/migueldcdev","download_url":"https://codeload.github.com/migueldcdev/phoenix_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247355416,"owners_count":20925626,"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-02-11T12:28:25.853Z","updated_at":"2025-04-05T15:24:23.825Z","avatar_url":"https://github.com/migueldcdev.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phoenix setup\n\n```shell\nsudo apt update\nsudo apt -qq install automake autoconf libreadline-dev libncurses-dev libssl-dev libyaml-dev libxslt-dev libffi-dev libtool unixodbc-dev build-essential libncurses5-dev libwxgtk3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop dirmngr gpg\n\ngit clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0\n\n. \"$HOME/.asdf/asdf.sh\"\n. \"$HOME/.asdf/completions/asdf.bash\"\n\nasdf plugin-add erlang\nasdf plugin-add elixir\nasdf install erlang 24.1.2\nasdf global erlang 24.1.2\nasdf install elixir 1.14.1-otp-24\nasdf global elixir 1.14.1-otp-24\nmix archive.install hex phx_new\nsudo apt install postgresql postgresql-client\nsudo su\nsudo postgres\npsql\nCREATE DATABASE mydatabase;\nCREATE USER myuser WITH PASSWORD 'mypassword';\nGRANT ALL PRIVILEGES ON DATABASE mydatabase TO myuser;\n```\nChange config in app/config/dev.exs\n```code\n  config :app, App.Repo,\n  username: \"myuser\",\n  password: \"mypassword\",\n  hostname: \"localhost\",\n  database: \"app_dev\",\n  stacktrace: true,\n  show_sensitive_data_on_connection_error: true,\n  pool_size: 10\n```\n\n\n```shell\nsudo service postgresql start\nmix phx.new app\ncd app\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmigueldcdev%2Fphoenix_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmigueldcdev%2Fphoenix_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmigueldcdev%2Fphoenix_app/lists"}