/Art-Gallery-Management

This is a simple DBMS project which allows the users to view the art and to fill in the customer forms

Primary LanguageHTML

Art-Gallery-Management

This is a simple DBMS project which allows the users to view the art and to fill in the customer forms

Objective:
Art Gallery is an application, which is used to display and sell artworks of artist irrespective of their nationality, gender, and other narrow consideration. Customers can register online for being a member of the art gallery . The customer is liable to pay a fraction of the price of each artwork to the website. Art lovers have to go to the art exhibition to collect their favorite arts or paintings.
Gallery keeps information about an artist, their names, birthplaces, age, and style of art. For each piece of artwork, the artist, the year it was made, its unique type of art and its price must be stored. This web application helps the customer to choose the artworks of different artists.
Each group is identified by tha name that describes the group. Finally, galleries keep information about customers. For each customer, galleries keep that person's unique name, address, the total amount of amount spent in the gallery.

SOFTWARE REQUIREMENTS:
LANGUAGES : Python
TECHNOLOGIES: HTML,CSS,bootstrap,flask
DATABASES : MySql database
SERVER : Local Host
IDE : Sublime Text Editor

Entities and their attributes:
Customers Entity: Customer ID, NAme, Address, amount
artist Entity: Name, Style, BirthPlace, Age
artworks Entity: Year, Title, Type, Price
groups Entity: Name
The ER Diagram represents the model of the art gallery management system entity. The entity relationship diagram of art gallery management system shows all the visual instrument of database tables and the relations between the customer, arts, artworks etc. It uses structured data and to define the relations between structured data groups of art gallery management system functionalities. The main entities of art gallery management system are artworks, arts, customer details, and groups.