Skip to content

BitKitsu/AplikacjeInternetowe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rozkład Jazdy - Bus/Train Schedule Application

Running the Application

Database Setup

  1. Start the PostgreSQL database using Docker:
cd rozklad_jazdy-stack
docker-compose up -d
  1. Install dependencies:
cd ../rozklad_jazdy
composer install
  1. Run migrations to create database tables:
php artisan migrate
  1. Seed the database with sample data:
php artisan db:seed

Database Credentials

Database Admin User:

  • Username: rozklad_admin
  • Password: IU0Bg0yMkaiBqXiz

Application Database User (used by the Laravel application):

  • Username: rozklad_user
  • Password: IEALdiauSyFWXzPN
  • Database: rozklad_jazdy

Running the Application

Start the Laravel development server:

php artisan serve

The application will be available at http://localhost:8000.

Application Login Credentials

Admin User:

Regular User:

About

Projekt z przedmiotu Aplikacje Internetowe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •