Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)