Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ore-codes/finwallet
Finance app with key features like send money, view transaction history, generate statements, and two factor authentication. It is designed with important fintech conventions in mind. Security and accessibility was prioritized in the development of this project.
https://github.com/ore-codes/finwallet
breeze docker dompdf inertiajs laravel mysql paystack-api react sails tailwind
Last synced: 4 days ago
JSON representation
Finance app with key features like send money, view transaction history, generate statements, and two factor authentication. It is designed with important fintech conventions in mind. Security and accessibility was prioritized in the development of this project.
- Host: GitHub
- URL: https://github.com/ore-codes/finwallet
- Owner: ore-codes
- Created: 2023-07-17T10:35:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T13:27:22.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:48:44.385Z (about 2 months ago)
- Topics: breeze, docker, dompdf, inertiajs, laravel, mysql, paystack-api, react, sails, tailwind
- Language: JavaScript
- Homepage: https://drive.google.com/file/d/1rXQZnSn5oAIXlSi1BoESUv1vezRYTaOz/view?usp=sharing
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Finwallet
## Setup
1. Clone the repository.
2. From your linux terminal, navigate to the local repository folder.
3. Run `./vendor/bin/sail up`
4. Open bash in the created docker image
5. Run `php artisan migrate`
6. Visit http://localhost
7. Thanks!## Technology stack
## License
This is an open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).