Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

design and implementation of a relational database and using it form a web app.

License

Notifications You must be signed in to change notification settings

sadegh15khedry/Art-Gallery-Database-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Art Gallery Database Design

The main focus of this project is the design and implementation of a database for an art gallery. The project includes a web application for interacting with the database.

Features

  • Database design and implementation
  • Web application interface
  • Use of functions, triggers, and stored procedures

Technologies Used

  • SQL Server
  • PHP
  • CSS
  • Bootstrap

Installation

  1. Clone the repository:
    git clone https://github.com/sadegh15khedry/artGalleryDatabaseDesign.git
  2. Set up the database using db2.mdf and db2_log.ldf.
  3. Configure the web application according to your environment.

Database Details

  • Functions: Custom functions to simplify complex queries.
  • Triggers: Automate tasks and maintain data integrity.
  • Stored Procedures: Encapsulate repetitive tasks and complex operations.

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.

Author

  • Sadegh Khedry

Acknowledgements

  • Contributions and feedback are welcome.