68 lines
2.4 KiB
Markdown
68 lines
2.4 KiB
Markdown
# 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)](https://szpital.oborniki.info)**
|
|
|
|
## Technologies
|
|
|
|
### Backend
|
|
[](https://laravel.com)
|
|
[](https://filamentphp.com)
|
|
[](https://spatie.be/docs/laravel-permission)
|
|
|
|
### Frontend
|
|
[](https://react.dev)
|
|
[](https://inertiajs.com)
|
|
[](https://www.typescriptlang.org)
|
|
[](https://tailwindcss.com)
|
|
[](https://ui.shadcn.com)
|
|
|
|
## Prerequisites
|
|
|
|
- PHP 8.2 or higher
|
|
- Node.js 22 or higher
|
|
- Composer
|
|
- npm
|
|
|
|
### Installation
|
|
|
|
```bash
|
|
# 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](LICENSE) file for details.
|
|
|
|
## Author
|
|
|
|
Bogusław Witek
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
<a href="https://www.windsurf.io">
|
|
<img src="https://img.shields.io/badge/Coded_with-Windsurf-black?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMkwxIDEyaDR2OWgxNHYtOWg0TDEyIDJ6IiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==" alt="Coded with Windsurf">
|
|
</a>
|
|
</p>
|