- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Kobana_Boletos is a Rails application performing CRUD using an external API without persisting data in the local database table. List, create, update, show details, and cancel a bank billet. The billets are created by integrating the Rails project with the Kobana API in Sandbox.
Client
Database
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
using HTTPS:
git clone https://github.com/ElsonOtake/Kobana_Boletos.git
cd Kobana_Boletos
using an SSH key:
git clone git@github.com:ElsonOtake/Kobana_Boletos.git
cd Kobana_Boletos
using GitHub CLI:
git clone gh repo clone ElsonOtake/Kobana_Boletos
cd Kobana_Boletos
Fill in the environment variables
BOLETOSIMPLES_API_TOKEN=BOLETOSIMPLES_API_TOKEN
Install this project with:
bundle install
npm install
To run the project, execute the following command:
bin/dev
Open http://localhost:3000/
on your browser.
To run tests, run the following command:
rails test test/models
rails test test/controllers
rails test test/integration
rails test test/system
👤 Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
This project is MIT licensed.
(English)
- 📖 Sobre o projeto
- 💻 Primeiros Passos
- 👥 Autor
- 🔭 Recursos futuros
- 🤝 Contribuição
- ⭐️ Mostre seu apoio
- 🙏 Agradecimentos
- 📝 Licença
Kobana_Boletos é uma aplicação Rails que executa CRUD usando uma API externa sem persistir dados na tabela do banco de dados local. É possível listar boletos, criar novos boletos, alterar boletos, apresentar dados de um boleto e cancelar um boleto aberto. Os boletos são criados realizando a integração do projeto Rails com a API da Kobana em Sandbox.
Cliente
Banco de dados
Para obter uma cópia local instalada e funcionando, siga estas etapas.
Para executar este projeto você precisa de:
Clone este repositório na pasta desejada:
usando HTTPS:
git clone https://github.com/ElsonOtake/Kobana_Boletos.git
cd Kobana_Boletos
usando uma chave SSH:
git clone git@github.com:ElsonOtake/Kobana_Boletos.git
cd Kobana_Boletos
usando GitHub CLI:
git clone gh repo clone ElsonOtake/Kobana_Boletos
cd Kobana_Boletos
Preencha as variáveis de ambiente
BOLETOSIMPLES_API_TOKEN=BOLETOSIMPLES_API_TOKEN
Instale este projeto com:
bundle install
npm install
Para executar o projeto, execute o seguinte comando:
bin/dev
Abra http://localhost:3000/
no seu navegador.
Para executar testes, execute os seguintes comandos:
rails test test/models
rails test test/controllers
rails test test/integration
rails test test/system
👤 Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
Contribuições, problemas e solicitações de recursos são bem-vindos!
Sinta-se à vontade para verificar a página de problemas.
Give a ⭐️ if you like this project!
Eu gostaria de agradecer:
Este projeto é licenciado pelo MIT.