O Get Club se trata de uma plataforma exclusiva que conecta diretamente prestadores de serviços e fornecedores ao cliente empresarial da região de atuação.
A funcionalidade principal será conectar microempreendedores individuais, micro e pequenas empresas para negociações e contratação de serviços ou compra de produtos de outros empreendedores cadastrados.
A conexão para negociações e contratação de serviços e/ou comércio de produtos se dará através de um aplicativo mobile exclusivo para assinantes, que permitirá buscar por categorias ou diretamente por empresas de determinada área.
Dentro da plataforma, será possível pesquisar empresas cadastradas e negociar e fechar acordos com os demais usuários através de chat nativo da aplicação. Ao fechar negócio, os empreendedores efetuarão o pagamento no app, através da Getnet.
O método de monetização será através de cobrança de taxa mensal de R$16,90 ou taxa anual de R$149,90 para acesso e uso da plataforma, além de taxa de 2,5% por transação efetuada.
Dentro da plataforma, será possível pesquisar empresas cadastradas e negociar e fechar acordos com os demais usuários através de chat nativo da aplicação. Os detalhes dos acordos feitos ficarão por conta dos empreendedores envolvidos. Caso haja entendimento mútuo da existência de discrepância entre o valor dos serviços ou produtos a serem trocados, os empreendedores terão a chance de efetuar o pagamento da diferença através da Getnet.
If you want to use Android Studio, then download it through the website;
Else, you can just use Visual Code or any other IDE that supports Flutter;
Install it into your machine;
Go to File>Settings>Go to Pluggins and search and download Flutter;
Configure the Environment Variables needed at your machine, with "flutter" as the name and "C:\flutter" as the path if required;
Download Flutter;
Unzip it to "C:". It can be other path but just make sure to know where it is;
Configure the Environment Variables needed at your machine, with "flutter" as the name and "C:\flutter" as the path;
To develop, you gonna need to:
- have configured Flutter at your machine and all environment variables needed
- have an IDE that supports Flutter
- have access to CMD or PowerShell
Then, you pull the project from the repository and execute:
flutter pub get
flutter pub upgrade
and then you're going to be able to do
flutter run
The other repo with all the history commits can be found here!
- Download Node and Yarn
- Open the terminal inside the project's folder and type 'yarn' to add all remaining files and folters
- Create a file into project's root called .env and paste the content from the file .env.example
- Put the connection string into DB variable from .env
- To start the app, open the terminal and type yarn start
- 0.0.1
- Work in progress prototype
If you found this project useful, if it helped you solve a problem or create another solution, or simply you liked it and you want to thank me, finance me and keep me alive by donating! 😄
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request