Hospital in Oborniki Website
Official website for the Hospital in Oborniki (Samodzielny Publiczny Zakład Opieki Zdrowotnej w Obornikach), developed using modern web technologies and best practices.
🌐 Visit the website (szpital.oborniki.info)
Technologies
Backend
Frontend
Prerequisites
- PHP 8.2 or higher
- Node.js 22 or higher
- Composer
- npm
Installation
# Install PHP dependencies
composer install
# Install Node.js dependencies
npm install
# Set up environment file
cp .env.example .env
# Generate application key
php artisan key:generate
# Run migrations
php artisan migrate
# Start development server
composer run dev
# Build for production
npm run build
License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Author
Bogusław Witek
Developed with AI
Languages
PHP
53%
TypeScript
43.6%
Blade
1.7%
CSS
1.5%
JavaScript
0.2%