Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rxdb | 19,025 | 82 | 68 | 20 hours ago | 312 | September 22, 2022 | 12 | apache-2.0 | TypeScript | |
A fast, offline-first, reactive database for JavaScript Applications https://rxdb.info/ | ||||||||||
Nhost | 6,441 | 9 | a day ago | 91 | September 20, 2022 | 163 | mit | TypeScript | ||
The Open Source Firebase Alternative with GraphQL. | ||||||||||
Graphql Flutter | 3,108 | 18 | 14 | 11 days ago | 98 | July 22, 2022 | 96 | mit | Dart | |
A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. | ||||||||||
Learn Graphql | 1,086 | 18 days ago | 88 | mit | JavaScript | |||||
Real world GraphQL tutorials for frontend developers with deadlines! | ||||||||||
Ferry | 507 | 4 | 14 days ago | 61 | September 25, 2022 | 58 | mit | Dart | ||
Stream-based strongly typed GraphQL client for Dart | ||||||||||
Artemis | 483 | 3 | 3 | 2 months ago | 138 | June 02, 2022 | 45 | mit | Dart | |
Build dart types from GraphQL schemas and queries | ||||||||||
Rick And Morty Info | 398 | 2 years ago | 3 | mit | ||||||
Made with Clean architecture + TDD + GraphQL + flutter_bloc + CodeCov + GitHooks + GitHub Actions (CI/CD) and finally with 💙 | ||||||||||
Weekly | 375 | 3 years ago | 1 | mit | ||||||
由腾讯IVWEB出品的《IVWEB技术周刊》 | ||||||||||
Cms Mobile | 317 | a year ago | gpl-3.0 | |||||||
A flutter project for amfoss cms | ||||||||||
Gql | 243 | 5 | 49 | a month ago | 157 | January 03, 2023 | 57 | mit | Dart | |
Libraries supporting GraphQL in Dart |
![]() |
Um aplicativo de delivery feito em Flutter GraphQL, Dio etc
O backend deste projeto foi feito com Strapi.
A configuração do banco de dados pode ser encontrada em config/database.js
Após clonar este projeto, entre dentro da pasta backend e instale as dependências:
npm ou yarn install
E inicie o servidor:
yarn develop ou npm run develop
As urls de acesso são:
http://localhost:1337/admin
- O painel para criar e preencher dadoshttp://localhost:1337/graphql
- GraphQL Playground para testar suas consultas GraphQLhttp://localhost:1337/documentation/v1.0.0
- Documentão da API RestNa primeira vez para acessar o Admin, você precisará criar um usuário.
Este projeto usa Postgres
e se você quiser todos os dados previamente, descompacte o database.sql.zip e restaure os dados do arquivo dentro do zip.