- Start the PostgreSQL database using Docker:
cd rozklad_jazdy-stack
docker-compose up -d- Install dependencies:
cd ../rozklad_jazdy
composer install- Run migrations to create database tables:
php artisan migrate- Seed the database with sample data:
php artisan db:seed- Username: rozklad_admin
- Password: IU0Bg0yMkaiBqXiz
- Username: rozklad_user
- Password: IEALdiauSyFWXzPN
- Database: rozklad_jazdy
Start the Laravel development server:
php artisan serveThe application will be available at http://localhost:8000.
- Username: admin
- Email: admin@example.com
- Password: admin123
- Username: jkowalski
- Email: jan.kowalski@example.com
- Password: password123