https://github.com/victor-fiamoncini/my_expenses
My Expenses tracker app
https://github.com/victor-fiamoncini/my_expenses
bootswatch django django-testing postgresql python scss sqlite webpack
Last synced: about 1 month ago
JSON representation
My Expenses tracker app
- Host: GitHub
- URL: https://github.com/victor-fiamoncini/my_expenses
- Owner: Victor-Fiamoncini
- License: mit
- Created: 2021-12-12T05:27:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T00:43:01.000Z (7 months ago)
- Last Synced: 2024-10-24T15:06:23.875Z (7 months ago)
- Topics: bootswatch, django, django-testing, postgresql, python, scss, sqlite, webpack
- Language: Python
- Homepage:
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Expenses 💸
Fullstack expenses tracker app
## Tools 🛠
- PHP v8.3.0
- Laravel v11.9
- NodeJS v18.17.0## How to start (development build using Laravel Sail)
```bash
cp .env.example .env # Creates a new environment variables file
``````bash
composer install # Installs the dependencies
``````bash
php artisan key:generate # Generates a new APP_KEY value and stores it in .env
``````bash
sail up # Creates and starts both laravel and psql containers using Sail
``````bash
sail artisan migrate:fresh --seed # Executes database migrations and triggers the seeders
```Released in 2021. This project is under the MIT license.
By [Victor B. Fiamoncini](https://github.com/Victor-Fiamoncini) ☕️