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)
- Host: GitHub
- URL: https://github.com/simba77/invest-stat-symfony
- Owner: simba77
- Created: 2022-12-31T18:28:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T13:14:08.000Z (over 1 year ago)
- Last Synced: 2025-03-02T14:23:45.492Z (over 1 year ago)
- Language: PHP
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# invest-stat
[](https://github.com/simba77/invest-stat-symfony/actions/workflows/tests.yml)
[](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)