Files
investbrain/README.md
T

40 lines
1.9 KiB
Markdown
Raw Normal View History

2024-08-24 22:56:23 -05:00
<p align="center"><a href="https://investbra.in" target="_blank"><img src="https://raw.githubusercontent.com/investbrainapp/investbrain/main/investbrain-logo.png" width="400" alt="Investbrain Logo"></a></p>
2024-08-01 13:53:10 -05:00
2024-08-01 14:12:44 -05:00
## About Investbrain
2024-08-01 13:53:10 -05:00
2024-08-01 14:12:44 -05:00
Investbrain helps you manage and track the performance of your investments.
2024-08-01 13:53:10 -05:00
2024-08-26 21:33:05 -05:00
<p align="center"><a href="https://investbra.in" target="_blank"><img src="https://raw.githubusercontent.com/investbrainapp/investbrain/main/screenshot.png" width="100%" alt="Investbrain Screenshot"></a></p>
## Installation
Coming soon.
## Under the hood
Investbrain is a Laravel PHP web application that leverages the Livewire and Mary UI frameworks for its frontend. As far as persistent data storage, any relational database should work (but we generally recommend SQLite or MySQL). There are out of the box market data providers for Yahoo Finance, Alpha Vantage, and an extensible market data provider interface. We also have robust i18n, a11y, and dark mode support.
2024-08-26 21:17:36 -05:00
2024-08-01 13:53:10 -05:00
## Contributing
2024-08-26 20:40:30 -05:00
We appreciate any contributions to Investbrain! Please open a pull request on our [Github repository](https://github.com/investbrainapp/investbrain). Here are some ideas for first time contributors:
2024-08-26 18:44:28 -05:00
- Improve our documentation
- Create new market data providers
- Enhance the user interface
2024-08-26 20:40:30 -05:00
- Additional translations
2024-08-26 18:44:28 -05:00
- Fix bugs
2024-08-26 20:40:30 -05:00
When you submit a contribution, don't forget to include passing tests with your PR!
2024-08-01 13:53:10 -05:00
## Code of Conduct
2024-08-01 14:12:44 -05:00
We ask that you be kind and polite when interacting with the Investbrain community.
2024-08-01 13:53:10 -05:00
## Security Vulnerabilities
2024-08-24 22:56:23 -05:00
If you discover a security vulnerability within Investbrain, please create an issue in the [Github repository](https://github.com/investbrainapp/investbrain). All security vulnerabilities will be promptly addressed.
2024-08-01 13:53:10 -05:00
## License
2024-08-24 22:56:23 -05:00
Investbrain is open-sourced software licensed under the [CC-BY-NC 4.0](https://github.com/investbrainapp/investbrain?tab=License-1-ov-file).