Bubblebank is a showcase project currently under construction.
Bubblebank is a project developed in Go (Golang) to demonstrate the capabilities of the language in building a simple banking application.
- Go 1.16 or higher
- Clone the repository:
git clone https://github.com/aronreisx/bubblebank.git
- Navigate to the project directory:
cd bubblebank
To run the project:
go run main.go
We welcome contributions to improve Bubblebank. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/functionality-name
). - Make your changes and commit them (
git commit -m 'feat: add an awesome functionality'
). - Push to the branch (
git push origin feature/functionality-name
). - Open a pull request.
Please ensure your code adheres to our coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or inquiries, please contact:
- Email: aronreis2@gmail.com
- GitHub Issues: GitHub Issues
Note: This project is still under construction and may not be functional by the time you see it.