Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheenazien8/simpel-budgets
Personal money management app
https://github.com/sheenazien8/simpel-budgets
budgeting-application laravel open-source reactjs
Last synced: about 1 month ago
JSON representation
Personal money management app
- Host: GitHub
- URL: https://github.com/sheenazien8/simpel-budgets
- Owner: sheenazien8
- License: mit
- Created: 2023-01-23T00:47:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T12:24:42.000Z (2 months ago)
- Last Synced: 2024-11-01T13:23:48.496Z (2 months ago)
- Topics: budgeting-application, laravel, open-source, reactjs
- Language: PHP
- Homepage: https://simpelbudget.com/
- Size: 2.15 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About Simpel Budget
Simpel Budget is a web application for manage your budget monhtly, in a simple way. without many tutorial and without pain.
## Learning Simpel Budget
If you use laravel, you already know how to use Simpel Budget.## Requirements
* PHP >= 8.0.2
* BCMath PHP Extension
* Ctype PHP Extension
* Fileinfo PHP extension
* JSON PHP Extension
* Mbstring PHP Extension
* OpenSSL PHP Extension
* PDO PHP Extension
* Tokenizer PHP Extension
* XML PHP Extension## Installation
* Clone the repository
* Copy .env.example to .env
* Edit .env and set your database connection details
* Run composer install
* Run php artisan key:generate
* Run php artisan migrate
* Run php artisan db:seed
* Run npm install
* Run npm run dev (development)
* Run npm run build (production)
* Run php artisan serve
* Access the application in your browser at http://localhost:8000## Demo
You can see a demo of the application at [https://simpelbudget.com](https://simpelbudget.com)
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
## Security Vulnerabilities
If you discover a security vulnerability within Simpel Budget, please send an e-mail to [Simpel Budget](https://simpelbudget.com/contact). All security vulnerabilities will be promptly addressed.
## Credits
- [Sheena Zien](https://github.com/sheenazien8)
## Simpel Budget Support
## Contributing
## Code of Conduct
## License
The Simpel Budget is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).