Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 17 hours 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T19:22:31.000Z (over 1 year ago)
- Last Synced: 2023-08-11T02:05:19.082Z (over 1 year 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
[![CI-BUILD-TEST](https://github.com/simba77/invest-stat/workflows/CI-BUILD-TEST/badge.svg?branch=master)](https://github.com/simba77/invest-stat/actions)
[![DEPLOY](https://github.com/simba77/invest-stat/workflows/DEPLOY/badge.svg?branch=master)](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)