Backend
- cd backend
- composer update
- create mysql database
- create .env file and write information about your db
- php artisan config:cache
- php artisan migrate
- php artisan serve
Frontend
- cd frontend
- npm install
- change .env file to your backend url (dont touch /api)
- npm run serve
Open website and register new account and you can test our money management system