Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadegh15khedry/art-gallery-database-design
design and implementation of a relational database and using it form a web app.
https://github.com/sadegh15khedry/art-gallery-database-design
ajax bootstrap css database-functions html jquery sqlserver stored-procedures triggers
Last synced: 3 days ago
JSON representation
design and implementation of a relational database and using it form a web app.
- Host: GitHub
- URL: https://github.com/sadegh15khedry/art-gallery-database-design
- Owner: sadegh15khedry
- License: apache-2.0
- Archived: true
- Created: 2024-06-06T13:41:55.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-06T13:56:15.000Z (5 months ago)
- Last Synced: 2024-11-11T21:09:00.202Z (3 days ago)
- Topics: ajax, bootstrap, css, database-functions, html, jquery, sqlserver, stored-procedures, triggers
- Language: PHP
- Homepage:
- Size: 10.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
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](LICENSE) file for details.## Author
- Sadegh Khedry## Acknowledgements
- Contributions and feedback are welcome.