{"id":14984869,"url":"https://github.com/rocketseat-education/nlw-04-elixir","last_synced_at":"2025-04-10T22:38:06.223Z","repository":{"id":54283016,"uuid":"340108260","full_name":"rocketseat-education/nlw-04-elixir","owner":"rocketseat-education","description":"Projeto construído durante o Next Level Week #04, na trilha de Elixir","archived":false,"fork":false,"pushed_at":"2023-05-05T20:43:29.000Z","size":420,"stargazers_count":87,"open_issues_count":0,"forks_count":32,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T19:22:22.004Z","etag":null,"topics":["elixir","nextlevelweek","nlw-04","rocketseat"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":false,"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/rocketseat-education.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-02-18T16:23:43.000Z","updated_at":"2024-08-21T02:18:02.000Z","dependencies_parsed_at":"2024-09-24T15:40:13.435Z","dependency_job_id":null,"html_url":"https://github.com/rocketseat-education/nlw-04-elixir","commit_stats":{"total_commits":8,"total_committers":3,"mean_commits":"2.6666666666666665","dds":0.375,"last_synced_commit":"2f5a36acd7627e0b1b61032cd1b89a044e4476c4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketseat-education%2Fnlw-04-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketseat-education%2Fnlw-04-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketseat-education%2Fnlw-04-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketseat-education%2Fnlw-04-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocketseat-education","download_url":"https://codeload.github.com/rocketseat-education/nlw-04-elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248311870,"owners_count":21082632,"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":["elixir","nextlevelweek","nlw-04","rocketseat"],"created_at":"2024-09-24T14:09:47.904Z","updated_at":"2025-04-10T22:38:06.173Z","avatar_url":"https://github.com/rocketseat-education.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eRocketpay\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-tecnologias\"\u003eTecnologias\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-projeto\"\u003eProjeto\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-como-executar\"\u003eComo executar\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-saiba-mais\"\u003eSaiba mais\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-licença\"\u003eLicença\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=8257E5\u0026labelColor=000000\"\u003e\n\n \u003cimg src=\"https://img.shields.io/static/v1?label=NLW\u0026message=04\u0026color=8257E5\u0026labelColor=000000\" alt=\"NLW 04\" /\u003e\n\u003c/p\u003e\n\n![Código e terminal com testes](./.github/preview.png)\n\n## ✨ Tecnologias\n\nEsse projeto foi desenvolvido com as seguintes tecnologias:\n\n- [Elixir](https://github.com/elixir-lang/elixir)\n- [Phoenix](https://github.com/phoenixframework/phoenix)\n- [Ecto](https://github.com/elixir-ecto/ecto)\n- [ExUnit](https://github.com/elixir-lang/elixir/blob/master/lib/ex_unit/lib/ex_unit.ex)\n\n## 💻 Projeto\n\nO Rocketpay é uma aplicação que simula uma API de pagamentos entre usuários, sendo possível realizar depósitos, saques e transferências.\n\n## 🚀 Como executar\n\nPara iniciar o seu servidor Phoenix:\n\n- Instale as dependências com `mix deps.get`\n- Crie o banco de dados e rode as migrations rodando `mix ecto.setup`\n- Inicie o servidor Phoenix com `mix phx.server`\n\nAgora você pode acessar [`localhost:4000`](http://localhost:4000) do seu navegador.\n\nPronto para colocar em produção? Dá uma olhada nos [guias de deploy](https://hexdocs.pm/phoenix/deployment.html).\n\n## ⚡️ Saiba mais\n\n- Website oficial: [https://www.phoenixframework.org](https://www.phoenixframework.org/)\n- Guias: [https://hexdocs.pm/phoenix/overview.html](https://hexdocs.pm/phoenix/overview.html)\n- Documentação: [https://hexdocs.pm/phoenix](https://hexdocs.pm/phoenix)\n- Fórum: [https://elixirforum.com/c/phoenix-forum](https://elixirforum.com/c/phoenix-forum)\n- GitHub: [https://github.com/phoenixframework/phoenix](https://github.com/phoenixframework/phoenix)\n\n## 📄 Licença\n\nEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para mais detalhes.\n\n---\n\nFeito com ♥ by Rocketseat 👋🏻 [Participe da nossa comunidade!](https://discordapp.com/invite/gCRAFhc)\n\n\u003c!--START_SECTION:footer--\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/rocketseat\" target=\"_blank\"\u003e\n    \u003cimg align=\"center\" src=\"https://storage.googleapis.com/golden-wind/comunidade/rodape.svg\" alt=\"banner\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!--END_SECTION:footer--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketseat-education%2Fnlw-04-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketseat-education%2Fnlw-04-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketseat-education%2Fnlw-04-elixir/lists"}