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

https://github.com/simba77/invest-stat-symfony

The personal project for tracking investment statistics. (symfony version)
https://github.com/simba77/invest-stat-symfony

Last synced: about 1 year ago
JSON representation

The personal project for tracking investment statistics. (symfony version)

Awesome Lists containing this project

README

          

# invest-stat

[![CI-BUILD-TEST](https://github.com/simba77/invest-stat-symfony/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/simba77/invest-stat-symfony/actions/workflows/tests.yml)
[![DEPLOY](https://github.com/simba77/invest-stat-symfony/actions/workflows/deploy.yml/badge.svg)](https://github.com/simba77/invest-stat-symfony/actions/workflows/deploy.yml)

The personal project for tracking investment statistics

## Installation

```bash
git clone git@github.com:simba77/invest-stat-symfony.git invest-stat.loc
cd invest-stat.loc
composer install
```

Copy the .env file and change the database connection settings

```bash
cp .env .env.local
```

```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)