Skip to content

sonatipek/hospital-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 Hospital System Application - EN

A patient registration and image upload application where patient records can be made and images can be uploaded. Patients can be updated, their pictures can be deleted and listed. With the project, I experienced uploading images to the database with PHP.

💻 Tech Stack

  • PHP
  • Bootstrap
  • Javascript

🎨 Features

  • Patient Addition, Deletion, Update and Listing Operations
  • Patient Search
  • Uploading, Deleting and Listing Patient Images

📷 Screen Shots

image image image image image image

Environment Variables

To run this project you will need to add the following environment variables to your file

db/config.php > DB_USER

db/config.php > DB_PASS

🚀 Run on Your Computer

Note: You must have PHP and MySQL installed on your computer.

Note2: You must have an apache server such as XAMPP installed on your computer and you must open Apache Server and MySQL services before the operations.

1. Clone the project

  git clone https://github.com/sonatipek/hospital-system.git

2. Go to the project directory

  cd hospital-system

3. Run the required database script and add the environment variables

  hospital-system/database.sql

4. Add the project into your apache server folder. For XAMPP;

  xampp/htdocs/hospital-system

5. Run it on your localhost. Try typing this in your browser bar;

  localhost/hospital-system

6. That's all!

🌟 Feedback

You can support me with your feedback. If you have any feedback, please contact at sonatsayginipek@gmail.com or sonatipek.com .



📊 Hastane Sistem Uygulaması - TR

Hasta kayıtlarının yapıldığı, resimlerinin yüklenilebildiği bir hasta kayıt ve resim yükleme uygulaması. Hastalar güncellenebilir, resimleri silinebilir, listelenebilir. Proje ile PHP ile veritabanına resim yüklemeyi tecrübe ettim.

💻 Kullanılan Teknolojiler

  • PHP
  • Bootstrap
  • Javascript

🎨 Özellikler

  • Hasta Ekleme, Silme, Güncelleme ve Listeleme İşlemleri
  • Hasta Arama
  • Hastanın Görüntülerini Yükleme, Silme ve Listeleme İşlemleri

📷 Ekran Görüntüleri

image image image image image image

Ortam Değişkenleri

Bu projeyi çalıştırmak için aşağıdaki ortam değişkenlerini dosyanıza eklemeniz gerekecek

db/config.php > DB_USER

db/config.php > DB_PASS

🚀 Bilgisayarınızda Çalıştırın

Not: Bilgisayarınızda PHP ve MySQL kurulu olmalıdır.

Not2: Bilgisayarınızda XAMPP gibi bir apache server kurulu olmalıdır ve işlemlerden önce Apache Server ve MySQL servislerini açmalısınız.

1. Projeyi klonlayın

  git clone https://github.com/sonatipek/hospital-system.git

2. Proje dizinine gidin

  cd hastane-sistemi

3. Gerekli veritabanı komut dosyasını çalıştırın ve ortam değişkenlerini ekleyin

  hastane-sistemi/veritabani.sql

4. Projeyi apache sunucu klasörünüze ekleyin. XAMPP için;

  xampp/htdocs/hastane-sistemi

5. Localhost'unuzda çalıştırın. Tarayıcı çubuğunuza bunu yazmayı deneyin;

``bash localhost/hastane-sistemi


## 🌟 Geri bildirim
Beni geri bildirimlerinizle destekleyebilirsiniz. Herhangi bir geri bildiriminiz varsa, lütfen **sonatsayginipek@gmail.com** veya **sonatipek.com** adresinden iletişime geçin.