├── .github └── workflows │ └── get-vitrine.yml └── README.md /.github/workflows/get-vitrine.yml: -------------------------------------------------------------------------------- 1 | on: 2 | push: 3 | schedule: 4 | - cron: "0 * * * *" 5 | 6 | jobs: 7 | external_info: 8 | runs-on: ubuntu-latest 9 | name: Get external info 10 | 11 | steps: 12 | - name: Checkout 13 | uses: actions/checkout@v2 14 | 15 | - name: Get all projects with specific tag 16 | uses: gautamkrishnar/blog-post-workflow@master 17 | with: 18 | comment_tag_name: CHANNEL_PROJECTS 19 | max_post_count: 999 20 | feed_list: "https://github-feed-generator-theta.vercel.app/api/topic/alurachallengeback/?v=9" 21 | template: "$newline| []($url) | []($url)" 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Challenge Back End 2 | 3 | Na tabela abaixo estão todos os projetos que VOCÊS estão construindo nesse challenge de Back End! Clicar na imagem de um projeto direciona para o repositório da pessoa que o criou. Então, vamos lá conhecer o que outras pessoas estão desenvolvendo? ⚗️ 4 | 5 | Caso você esteja participando desse Challenge e quer que seu projeto apareça aqui na vitrine, adicione a hashtag #alurachallengeback dentro do `Topics` no seu repositório público! 6 | 7 | | Pessoa que criou o projeto | Projeto | 8 | | --- | --- | 9 | | 10 | | [](https://github.com/giovanacgois/aluraflix) | [](https://github.com/giovanacgois/aluraflix) 11 | | [](https://github.com/alura-challenges/challenge-back-end) | [](https://github.com/alura-challenges/challenge-back-end) 12 | | [](https://drigues90.github.io/aluraflix-front) | [](https://drigues90.github.io/aluraflix-front) 13 | | [](https://github.com/nandoks/alurachallengebackend-django) | [](https://github.com/nandoks/alurachallengebackend-django) 14 | | [](https://github.com/fcobello/aluraflix) | [](https://github.com/fcobello/aluraflix) 15 | | [](https://github.com/fabiokopezinski/alura-challenge-back-end) | [](https://github.com/fabiokopezinski/alura-challenge-back-end) 16 | | [](https://github.com/hal00010001/aluraflix-github) | [](https://github.com/hal00010001/aluraflix-github) 17 | | [](https://github.com/FloresLu/AluraFlix) | [](https://github.com/FloresLu/AluraFlix) 18 | | [](https://github.com/gabriel-amorim1/alura-flix) | [](https://github.com/gabriel-amorim1/alura-flix) 19 | | [](https://github.com/RafaelAugustoPontes/aluraflix) | [](https://github.com/RafaelAugustoPontes/aluraflix) 20 | | [](https://github.com/JamileQueiroz/HouseHoldFinancesAPI) | [](https://github.com/JamileQueiroz/HouseHoldFinancesAPI) 21 | | [](https://github.com/luisinho/alura-challenge) | [](https://github.com/luisinho/alura-challenge) 22 | | [](https://github.com/ThiagoDinizSilva/backend-alura-flix) | [](https://github.com/ThiagoDinizSilva/backend-alura-flix) 23 | | [](https://github.com/michaelsnogueira/alura-flix-back) | [](https://github.com/michaelsnogueira/alura-flix-back) 24 | | [](https://github.com/guilhermegoesgarcia/AluraFlix.API-DjangoRest) | [](https://github.com/guilhermegoesgarcia/AluraFlix.API-DjangoRest) 25 | | [](https://github.com/faustosoares/backend_aluraflix_java) | [](https://github.com/faustosoares/backend_aluraflix_java) 26 | | [](https://github.com/josafaluna/alura-challenge-backend) | [](https://github.com/josafaluna/alura-challenge-backend) 27 | | [](https://github.com/matcastro/AluraChallenge-BackEnd1) | [](https://github.com/matcastro/AluraChallenge-BackEnd1) 28 | | [](https://github.com/rodriguesmatpc/-alurachallengeback2) | [](https://github.com/rodriguesmatpc/-alurachallengeback2) 29 | | [](aluraflix-backend.vercel.app) | [](aluraflix-backend.vercel.app) 30 | | [](https://github.com/nandoks/alurachallengebackend-java) | [](https://github.com/nandoks/alurachallengebackend-java) 31 | | [](https://github.com/barbosaadriano/shareflix-api-alurachallenge) | [](https://github.com/barbosaadriano/shareflix-api-alurachallenge) 32 | | [](https://github.com/laylamonteiro/AluraChallengeBackend) | [](https://github.com/laylamonteiro/AluraChallengeBackend) 33 | | [](https://github.com/RenatoFrancisco/AluraChallengeBackend) | [](https://github.com/RenatoFrancisco/AluraChallengeBackend) 34 | | [](https://github.com/rochajario/JayFlix-Api) | [](https://github.com/rochajario/JayFlix-Api) 35 | | [](https://github.com/thalialima/back-end-challenge) | [](https://github.com/thalialima/back-end-challenge) 36 | | [](https://github.com/scpaes/backend-alura-challenge) | [](https://github.com/scpaes/backend-alura-challenge) 37 | | [](https://github.com/muriloviscondi/AluraChallengeBackEnd_AspNetCore) | [](https://github.com/muriloviscondi/AluraChallengeBackEnd_AspNetCore) 38 | | [](https://github.com/jpbrab0/aluraflix-backend) | [](https://github.com/jpbrab0/aluraflix-backend) 39 | | [](https://github.com/bzangi/aluraflix) | [](https://github.com/bzangi/aluraflix) 40 | | [](https://github.com/danielhessell/aluraflix) | [](https://github.com/danielhessell/aluraflix) 41 | | [](https://github.com/denismissias/aluraflix) | [](https://github.com/denismissias/aluraflix) 42 | | [](https://github.com/matheusth/aluraflix) | [](https://github.com/matheusth/aluraflix) 43 | | [](https://github.com/appoks/aluraflix) | [](https://github.com/appoks/aluraflix) 44 | | [](https://github.com/MaykiSantos/challenge-back-end) | [](https://github.com/MaykiSantos/challenge-back-end) 45 | | [](https://github.com/giselezardo/backend-aluraflix) | [](https://github.com/giselezardo/backend-aluraflix) 46 | | [](https://github.com/duhhdm/api-video-compartilhamento) | [](https://github.com/duhhdm/api-video-compartilhamento) 47 | | [](https://github.com/CarolFreire01/video-share) | [](https://github.com/CarolFreire01/video-share) 48 | | [](https://github.com/manussss/backend-challenge-alura) | [](https://github.com/manussss/backend-challenge-alura) 49 | | [](https://github.com/heliocamilo/aluraflix-backend) | [](https://github.com/heliocamilo/aluraflix-backend) 50 | | [](https://github.com/phzanon/challenge-alura) | [](https://github.com/phzanon/challenge-alura) 51 | | [](https://github.com/marcelosbar/aluraflix) | [](https://github.com/marcelosbar/aluraflix) 52 | | [](https://github.com/fernando-martens/alura-challenge-back) | [](https://github.com/fernando-martens/alura-challenge-back) 53 | | [](https://github.com/miniguiti/spring-boot-backend-challenge) | [](https://github.com/miniguiti/spring-boot-backend-challenge) 54 | | [](https://github.com/mateusmlo/alura-backend-challenge) | [](https://github.com/mateusmlo/alura-backend-challenge) 55 | | [](https://github.com/ohenriques/apiflix) | [](https://github.com/ohenriques/apiflix) 56 | | [](https://github.com/JP-Ferrei/AluraChallenge-Backend-c-) | [](https://github.com/JP-Ferrei/AluraChallenge-Backend-c-) 57 | | [](https://github.com/rnetto/AluraChallenge) | [](https://github.com/rnetto/AluraChallenge) 58 | | [](https://github.com/DaniloAndrade/aluraflix) | [](https://github.com/DaniloAndrade/aluraflix) 59 | | [](https://github.com/Caio042/aluraflix-backend) | [](https://github.com/Caio042/aluraflix-backend) 60 | | [](https://github.com/mupezzuol/aluraflix) | [](https://github.com/mupezzuol/aluraflix) 61 | | [](https://github.com/afmiguez/aluraflix-backend) | [](https://github.com/afmiguez/aluraflix-backend) 62 | | [](https://github.com/maclacerda/aluraflix) | [](https://github.com/maclacerda/aluraflix) 63 | | [](https://github.com/Montanini/aluraflix) | [](https://github.com/Montanini/aluraflix) 64 | | [](https://github.com/tiagoalcantara/aluraflix-backend) | [](https://github.com/tiagoalcantara/aluraflix-backend) 65 | | [](https://github.com/jorgekamezawa/aluraflix) | [](https://github.com/jorgekamezawa/aluraflix) 66 | | [](https://github.com/MILTONRUBRO/aluraflix) | [](https://github.com/MILTONRUBRO/aluraflix) 67 | | [](https://github.com/ERodrigues/aluraVideos) | [](https://github.com/ERodrigues/aluraVideos) 68 | | [](https://github.com/robert-adam-dev/aluraflix) | [](https://github.com/robert-adam-dev/aluraflix) 69 | | [](https://github.com/lucasbenhur/AluraFlix) | [](https://github.com/lucasbenhur/AluraFlix) 70 | | [](https://github.com/cezargfilho/aluraflix-api) | [](https://github.com/cezargfilho/aluraflix-api) 71 | | [](https://github.com/lucas-or-ramon/Aluraflix-Java-MongoDB) | [](https://github.com/lucas-or-ramon/Aluraflix-Java-MongoDB) 72 | | [](https://github.com/lucasfrantz/alura-challenge-backend) | [](https://github.com/lucasfrantz/alura-challenge-backend) 73 | | [](https://github.com/danielbrenom/allura-challenge) | [](https://github.com/danielbrenom/allura-challenge) 74 | | [](https://github.com/mersonff/mersonflix) | [](https://github.com/mersonff/mersonflix) 75 | | [](https://github.com/rafaeldmelo98/alura_challenge1) | [](https://github.com/rafaeldmelo98/alura_challenge1) 76 | | [](https://mvtube.herokuapp.com/) | [](https://mvtube.herokuapp.com/) 77 | | [](https://github.com/marco-filho/aluraflix-backend) | [](https://github.com/marco-filho/aluraflix-backend) 78 | | [](https://github.com/welbertFC/AluraflixAPI) | [](https://github.com/welbertFC/AluraflixAPI) 79 | | [](https://github.com/felipefriserio/AluraChallenge2) | [](https://github.com/felipefriserio/AluraChallenge2) 80 | | [](https://github.com/ghmiyoshi/aluraflix-api) | [](https://github.com/ghmiyoshi/aluraflix-api) 81 | | [](https://github.com/rafaelswitek/aluraflix) | [](https://github.com/rafaelswitek/aluraflix) 82 | | [](https://github.com/vandemberg/aluraflix-rails) | [](https://github.com/vandemberg/aluraflix-rails) 83 | | [](https://github.com/marcello222/projeto-alura-real) | [](https://github.com/marcello222/projeto-alura-real) 84 | | [](https://github.com/durvalprintes/alura-challenge-spring-api) | [](https://github.com/durvalprintes/alura-challenge-spring-api) 85 | | [](https://github.com/eliseusbrito/controleOrcamentoFamiliarAPIRestJava_AluraChallengeBackEnd) | [](https://github.com/eliseusbrito/controleOrcamentoFamiliarAPIRestJava_AluraChallengeBackEnd) 86 | | [](https://github.com/RicardoFariaSilva/aluraflix_api) | [](https://github.com/RicardoFariaSilva/aluraflix_api) 87 | | [](https://github.com/FariaJvP/alura-backend-challenge) | [](https://github.com/FariaJvP/alura-backend-challenge) 88 | | [](https://github.com/masterdonte/aluraflix) | [](https://github.com/masterdonte/aluraflix) 89 | | [](https://github.com/maxsuelmarreiro/alura-challenge-back-end-aluraflix-api) | [](https://github.com/maxsuelmarreiro/alura-challenge-back-end-aluraflix-api) 90 | | [](https://github.com/juamerico/desafio-alura-backend) | [](https://github.com/juamerico/desafio-alura-backend) 91 | | [](https://aluraflix-api-mc.herokuapp.com/) | [](https://aluraflix-api-mc.herokuapp.com/) 92 | | [](https://github.com/JJBarata/django-api) | [](https://github.com/JJBarata/django-api) 93 | | [](https://github.com/nicolasarcas/alura-challenge-backend) | [](https://github.com/nicolasarcas/alura-challenge-backend) 94 | | [](https://alura-challenge-backend.cecez.com.br) | [](https://alura-challenge-backend.cecez.com.br) 95 | | [](https://github.com/wildener/aluraflix) | [](https://github.com/wildener/aluraflix) 96 | | [](https://github.com/nlajunior/challenge-backend) | [](https://github.com/nlajunior/challenge-backend) 97 | | [](https://github.com/KeysHD/aluraflix) | [](https://github.com/KeysHD/aluraflix) 98 | | [](https://github.com/raphaelfontoura/aluraflix-backend) | [](https://github.com/raphaelfontoura/aluraflix-backend) 99 | | [](https://github.com/viniciuspassos/challenge-back) | [](https://github.com/viniciuspassos/challenge-back) 100 | | [](https://github.com/felipepanegalli/aluraflix-challenge-backend) | [](https://github.com/felipepanegalli/aluraflix-challenge-backend) 101 | | [](https://github.com/italosiqueira/alura-challenge-backend-aluraflix-api) | [](https://github.com/italosiqueira/alura-challenge-backend-aluraflix-api) 102 | | [](https://aluraflix-thalesbruno.herokuapp.com) | [](https://aluraflix-thalesbruno.herokuapp.com) 103 | | [](https://github.com/EmersonMorgado/aluraflix) | [](https://github.com/EmersonMorgado/aluraflix) 104 | | [](https://github.com/adriano-sena/aluraflix-API) | [](https://github.com/adriano-sena/aluraflix-API) 105 | | [](https://github.com/idinaldoteteo/challengeAluraFlix) | [](https://github.com/idinaldoteteo/challengeAluraFlix) 106 | | [](https://github.com/TheMartinfer22/AluraFlix) | [](https://github.com/TheMartinfer22/AluraFlix) 107 | | [](https://github.com/adilson-vieira/aluraflix-backend) | [](https://github.com/adilson-vieira/aluraflix-backend) 108 | | [](https://github.com/willsantos/AluraFlix-backend) | [](https://github.com/willsantos/AluraFlix-backend) 109 | | [](https://aluraflix-api-samfluture.herokuapp.com/) | [](https://aluraflix-api-samfluture.herokuapp.com/) 110 | | [](https://github.com/MaxsuelSantos/aluraflix) | [](https://github.com/MaxsuelSantos/aluraflix) 111 | | [](https://github.com/IvoLeonardo/challenge-back-end-alura) | [](https://github.com/IvoLeonardo/challenge-back-end-alura) 112 | | [](https://api-aluraflix.herokuapp.com/) | [](https://api-aluraflix.herokuapp.com/) 113 | | [](https://github.com/Wesley45/aluraflix-backend) | [](https://github.com/Wesley45/aluraflix-backend) 114 | | [](https://github.com/mar1zzo/aluraflix-api) | [](https://github.com/mar1zzo/aluraflix-api) 115 | | [](https://github.com/FabioFNC/Alura-challenge-backend) | [](https://github.com/FabioFNC/Alura-challenge-backend) 116 | | [](https://github.com/MCapucho/aluraflix) | [](https://github.com/MCapucho/aluraflix) 117 | | [](https://github.com/Isaachintosh/orm-com-nodejs-api-sequelize-e-mysql) | [](https://github.com/Isaachintosh/orm-com-nodejs-api-sequelize-e-mysql) 118 | | [](https://github.com/guilherme-sal/AluraFlix) | [](https://github.com/guilherme-sal/AluraFlix) 119 | | [](https://github.com/lucasdemoraesc/Alura.BackendChallenge) | [](https://github.com/lucasdemoraesc/Alura.BackendChallenge) 120 | | [](https://github.com/luigiMinardi/alurachallenge-backend) | [](https://github.com/luigiMinardi/alurachallenge-backend) 121 | | [](https://github.com/JJBarata/aluraflix-backend) | [](https://github.com/JJBarata/aluraflix-backend) 122 | | [](https://cristovao-aluraflix-api.herokuapp.com/swagger/index.html) | [](https://cristovao-aluraflix-api.herokuapp.com/swagger/index.html) 123 | | [](https://github.com/jhonieldor/k-aluraflix-api) | [](https://github.com/jhonieldor/k-aluraflix-api) 124 | | [](https://github.com/caiovelp/AluraFlix) | [](https://github.com/caiovelp/AluraFlix) 125 | | [](https://cursosflixapi.herokuapp.com/) | [](https://cursosflixapi.herokuapp.com/) 126 | | [](https://github.com/cleversonlira/aluraflix) | [](https://github.com/cleversonlira/aluraflix) 127 | | [](https://github.com/keev-loop/alura-challenge-backend-aluraflix) | [](https://github.com/keev-loop/alura-challenge-backend-aluraflix) 128 | | [](https://github.com/adrianoavelino/aluraflix) | [](https://github.com/adrianoavelino/aluraflix) 129 | | [](https://github.com/guilhermereis14/challenge-aluraflix) | [](https://github.com/guilhermereis14/challenge-aluraflix) 130 | | [](https://github.com/Isaachintosh/api-rest-padronizada-escalavel-aluraflix) | [](https://github.com/Isaachintosh/api-rest-padronizada-escalavel-aluraflix) 131 | --------------------------------------------------------------------------------