https://github.com/simba77/invest-stat
The personal project for tracking investment statistics
https://github.com/simba77/invest-stat
financial invest php statistic
Last synced: 2 months ago
JSON representation
The personal project for tracking investment statistics
- Host: GitHub
- URL: https://github.com/simba77/invest-stat
- Owner: simba77
- Created: 2022-05-04T20:41:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T19:22:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T00:08:37.848Z (4 months ago)
- Topics: financial, invest, php, statistic
- Language: PHP
- Homepage:
- Size: 767 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# invest-stat
[](https://github.com/simba77/invest-stat/actions)
[](https://github.com/simba77/invest-stat/actions)The personal project for tracking investment statistics
## Installation
```bash
git clone [email protected]:simba77/invest-stat.git invest-stat.loc
cd invest-stat.loc
composer install
```Copy the .env file and change the database connection settings
```bash
cp .env.example .env
``````bash
php artisan key:generate
``````bash
npm install
``````bash
npm run build
```For development mode, use the command
```bash
npm run dev
```## License
[MIT license](https://opensource.org/licenses/MIT)