You are on page 1of 19

PROJECT REPORT ON

ART GALLERY

A Dissertation Submitted for the BCA fifth semester mini project

BACHELOR OF COMPUTER APPLICATION


Submitted by
CHERA NACHUNG
ROLL NO: 19BCA006

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


Rajiv Gandhi University
(A Central University)

Rono Hills, Doimukh, Itanagar


Arunachal Pradesh
CERTIFICATE
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
RAJIV GANDHI UNIVERSITY
(A Central University)
Rono Hills, Doimukh
Itanagar, Arunachal Pradesh
India

This is to certify that Mr Chera Nachung bearing Roll No 19BCA006


has prepared the project work entitled “ART GALLERY” This work
was done under my supervision and guidance and this work has not
been submitted elsewhere for a degree.
The dissertation is the result of their efforts and endeavours.

Date: Askari
(Assistant Professor)
. Dept. of computer science & Engineering
Rajiv Gandhi University
CERTIFICATE
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
RAJIV GANDHI UNIVERSITY
(A Central University)
Rono Hills, Doimukh
Itanagar, Arunachal Pradesh
India

This is to certify that Mr Chera Nachung bearing Roll No 19BCA006


have prepared the project work entitled “ART GALLERY” This work
was done under the supervision and guidance of Askari and this
work has not been submitted elsewhere for BCA 5 th semester mini
Project.
The dissertation is the result of their efforts and endeavours.

Date: Prof. Utpal Bhattacharjee


(Professor)
Head of the Department of
Computer Science and
Engineering Rajiv Gandhi
University

RAJIV GANDHI UNIVERSITY


DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
(A Central University)
Rono Hills, Doimukh
Itanagar, Arunachal Pradesh
India

CERTIFICATE
This is to certify that the project entitled
“ART GALLERY”
Submitted By
CHERA NACHUNG 19BCA006

for the partial fulfilment of the requirements for the award of the
Degree of Bachelor of Computer Application in the Department of
Computer Science and Engineering at Rajiv Gandhi University has
been examined by me.
Date:

Signature of Internal Examiner Signature of External Examiner


Date: Date:

DECLARATION
I hereby declare that the dissertation work entitle “ART GALLERY”
submitted to the Department of Computer Science and Engineering,
Rajiv Gandhi University, is prepared by me for the award of the
Degree of Bachelor of Computer Application fifth semester mini
project and was not submitted to any other institution for the award
of any other Degree.

Date: Chera Nachung


Roll No: 19BCA006

Department of Computer
Science and Engineering,
Rajiv Gandhi University

Acknowledgements
I am profoundly grateful to Askari. for his expert guidance and
continuous encouragement throughout to see that this project rights
its target since its commencement to its completion

I would like to express deepest appreciation towards Askari,


Assistant Professor, RGU and Prof. Utpal Bhattacharjee, Head of the
Department of Computer Science and Engineering whose invaluable
guidance supported us for completing this project.

At last I must express our sincere heartfelt gratitude to all the staff
members Department of Computer Science and Engineering who
helped me directly or indirectly during this course of work.

CHERA NACHUNG

CONTENTS
1.INTRODUCTION

2.ABOUT ONLINE ART GALLERY

3. PLATFORM DETAILS

4. PURPOSE SYSTEM

5. SAMPLE CODE

6. SAMPLE OF PAINTING CATEGORIES

7. DATA FLOW DIAGRAMS

8. OBJECTIVES

9. ADVANTAGES AND DISADVANTAGES

10.FUNCTION REQUIREMENTS SPECIFICATION

11.RESOURCES REQUIREMENTS AND BIBLIOGRAPHY

12.SOFTWARE INTERFACE

13.CONSTRAINTS

14.REFERENCES

15. CONCLUSIONS

1. INTRODUCTION
Online Art Gallery is an online application, which is used to display
and sell art works of artist irrespective of their nationality, gender
and other narrow consideration, through auction. Artist can
register online for being a member in the art gallery and each
artist can upload the digital copy of their art work under the
respective categories. They can host their art work either for
auction or for fixed price. The artist is liable to pay a fraction of
the price of each art work to the web site to find the running fund
for site. Art lovers have to go to the art exhibition to collect their
favourite arts or painting. But now-a-days they are not getting
enough time to go to the galleries and collect the arts and
paintings. Existing System: Customer can also register online and
they can browse art works that are arranged in different
categories scientifically. Each Customer can create their own
gallery to see his favourite art works without much difficult. And
each user has the right to purchase an art work using the
integrated payment gateway and participate in auction by
submitting their bids. Qualified bidder should remit the amount
using payment gateway and after each valid payment the art work
will be shipped within some days. Proposed System: ONLINE ART
GALLERY is application software and it is very helpful for the art
lovers and others who wants to know the addresses where this
kind of arts will we sold. This application helps the end-users to
search their arts and paintings and they can place order for the
selected pieces. The endorser can also get the information about
the art exhibition and the respective address, so, that they can
visit to those exhibitions.

ABOUT ONLINE ART GALLERY


-Art Gallery System (OAGS) is based on an internet, which is a uses
internet technology to securely use training data part of
organization systems with its user.

-Intranet is a more extensive part of the organization’s computer


infrastructure and an important component and focal point of
internal communication and data store for training system.

-The system is specially designed for the analysis of the data that
is stored about the sales of purchase and art images.

-The meaning of Online Art Gallery is a useful start to examine


training because training system is considered type of training
artist.

-“Training management is the application of knowledge, skills,


tools and techniques to project activities to meet project
requirement.”

PLATFORM DETAIL
-Development Tools

Front End: Asp.net 2010

Back End: Microsoft SQL Server 2010

-Hardware Requirement

Processor: Pentium 4 or higher

Hardware Drive: 500 GB

RAM: 4 GB
Operating System: Windows 7

-Client-side: .NET framework 3.5, OS of Windows 7 or higher.

-Server-side: .NET framework 3.5, OS of Windows 7 or higher.

PURPOSE SYSTEM
-Not time consuming.

-Anyone can easily understand.

-Work done automatically

-The Website will be helpful in the smooth functioning of the


organization due to integration of various functions.

-The Website maintain central database with following


information stored in different tables: User and Artist’s Art images
sale & purchase details in the database table.

-Search art category for particular Artist.

-Registration of User.

-Exisiting User Details.

-ART Product Details.

-Less Paper Work.

SAMPLE CODE
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="style.css" type="text/css" rel="stylesheet"/>
    <link href="gallery.css" type="text/css" rel="stylesheet"/>
    <link rel="stylesheet"
href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css"/>

    <title>Nachung's art == gallery</title>

</head>
<body>
   
    <div class="container">
        <div div class="navbar">
        <h2 class="logo">Nachung'sArt</h2>
        <nav>
           
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="gallery.html">Gallery</a></li>
                <li><a href="Testimonial.html">Testimonial</a></li>
                <li><a href="contact.html">Contact</a></li>
                <img class="menu" src="menu.png" alt="menu">
            </ul>
       
        </nav>
    </div>
    <div class="sidenav">
        <aside>
            <ul>
            <li><div class="icons"><i class="fa fa-heart"></div></i><div
class="linktitle"><a href="gallery.html">Portrait</a></div></li>
            <li><div class="icons"><i class="fa fa-align-
justify"></i></div><div class="linktitle"><a
href="scenery.html">Landscape</a></div></li>
            <li><div class="icons"><i class="fa fa-group"></i></div><div
class="linktitle"><a href="Digital.html">Digital Art</a></div></li>
            <li><div class="icons"><i class="fa fa-user"></i></div><div
class="linktitle"><a href="Cartoon.html">Cartoon</a></div></li>
            <li><div class="icons"><i class="fa fa-user"></i></div><div
class="linktitle"><a href="handicraft.html">Handicraft</a></div></li>
            <li><div class="icons"><i class="fa fa-user"></i></div><div
class="linktitle"><a href="scripture.html">Scripture</a></div></li>
            <li><div class="icons"><i class="fa fa-user"></i></div><div
class="linktitle"><a href="Abstract.html">Abstract</a></div></li>
            <li><div class="icons"><i class="fa fa-user"></i></div><div
class="linktitle"><a href="Doodle.html">Doodle</a></div></li>
             </ul>
            </aside>
    </div>

    <div class="cards">
        <div>
            <main class="grid">
              <article>
                <img src="car1.jpg" alt="Sample photo">
                <div class="text">
                  <h3>Cartoon</h3>
                  <p>simple cartoon demo</p>
                  <h3>Rs. 350</h3>
                </div>
              </article>
              <article>
                <img src="car2.jpg" alt="Sample photo">
                <div class="text">
                  <h3>Cartoon</h3>
                  <p>simple cartoon demo</p>
                  <h3>Rs. 320</h3>
                </div>
              </article>
              <article>
                <img src="car3.gif" alt="Sample photo">
                <div class="text">
                  <h3>Cartoon</h3>
                  <p>simple cartoon demo</p>
                  <h3>Rs. 400</h3>
                </div>
              </article>
              <article>
                <img src="car4.gif" alt="Sample photo">
                <div class="text">
                  <h3>Cartoon</h3>
                  <p>simple cartoon demo</p>
                  <h3>Rs. 370</h3>
                </div>
              </article>
              <article>
                <img src="car5.jpg" alt="Sample photo">
                <div class="text">
                  <h3>Cartoon</h3>
                  <p>simple cartoon demo</p>
                  <h3>Rs. 300</h3>
                </div>
              </article>
              <article>
                <img src="car6.jpg" alt="Sample photo">
                <div class="text">
                  <h3>Cartoon</h3>
                  <p>Simple cartoon demo</p>
                  <h3>Rs. 350</h3>
                </div>
              </article>
              <article>
                <img src="car7.png" alt="Sample photo">
                <div class="text">
                  <h3>Cartoon</h3>
                  <p>Simple cartoon demo</p>
                  <h3>Rs. 500</h3>
                </div>
              </article>
           
            </main>
          </div>
    </div>
   
    </div>

    <script>

      </script

</body>
</html>

SAMPLE OF PAINTING CATEGORIES


CARTOON POTRAIT LANDSCAPE

DIGITAL ART HANDCRAFT SCULPTURE

ABSTRACT PAINT DOODLE ART

DATAFLOW DIAGRAMS
Data flow diagram is used to decrease analysis the movement of
data through a system store of data in the system. Data flow
diagrams are the central tool basing on which components are
developed. The transformation of data from input to output, through
process may be describe logically and independently of physically
components associated with the system. They are called logical data
flow diagrams. In contrast physical data flow diagrams show the
actual implementation and movement of data between people,
Department, and work station. The data flow diagram show
functional composition of the system.

CUSTOMER ARTIST

ART GALLERY

ADMIN
OBJECTIVES
-The system will control the maintenance of data.

-It is an opportunity for people to see all of artist’s artwork and learn
about arts.

-The website deals with the order of paintings and deliver them to
the required customers.

-It deals with the members data for uploading their piece of art.

-It exhibits some of the most creative paintings among the members
of the website.

-It enables people to communicate what they see, feel and think
through the use of colour, texture, from, pattern and different
materials and paintings.

ADVANTAGES AND DISADVANTAGES

ADVANTAGES:
-Every people can visit and order their likes of paintings according to
their needs.
-People can order and buy like portraits, sculptures, landscapes etc..
-Everyone can upload their own piece of artwork and sell them.
-Professional artist can exhibit their artworks.
-People who aren’t good at painting can order their own likes of
paintings to their favourite artist.
-Artist can also upload their animation works through digitally or
handmade works.
DISADVANTAGES:
-Delivery may cost more.
-Contacting and communication to every artist may be bit
complicated.
-Uploading of very high resolution of paintings may take more time.
-Uploading of 3D sculptures may bit complicated.

FUNCTION REQUIREMENT SPECIFICATION


This project has the following functionalities:
-Homepage: This is where the customer can visit, i.e., NACHUNG’S
ART.
-Home page contains gallery, testimonials and contacts.
-Click Gallery in homepage to view next page of different categories
of paintings.
-Different categories of paintings contains like,
*Portrait painting
*Landscapes painting
*Digital art
*Cartoon
*Handcraft
*Sculptures
*Abstract painting
*Doodle art
-To order different kind of paintings click on contact.
-After clicking contact, address or phone number is given in the
contact details.
-Customer can contact through google forms, facebook page links or
through gmail.
-After contacting the admin and after ordering, it may take 1 week or
10 days to receive their desired paintings, depending on the kind os
different category of paintings.
 A
RESOURCE REQUIREMENT AND BIBLIOGRAPHY

1. HTML
2. Chrome Browser
3. CSS
4. Javascript
5 picksumAPI
6. youtube

SOFTWARE INTERFACE

Client Interface
- Any OS[windows xp, linux or any other]
- A modern/advanced web browser that supports HTML & JavaScript

Web Server
- php server will be used to handle the client request.

Database
-picsumAPI

CONSTRAINTS
1. Proper knowledge is needed to implement this system
2. Since it is online, there’s a lot of security issues
3. Customers requires computer and Internetwork to order their
paintings.
REFERENCES
[1] www.w3schools.com
[2]www.tutorialspoint.com
[4]www.javatpoint.com
[5]www.youtube.com
[6]technology gyan channel

CONCLUSION
The “computation of online art gallery management system” has
been developed by us through applying our knowledge referring to
certain images, browsing some sites and through the help of external
and internal faculties and using our own knowledge related to the
subject itself.

The system has been made so transparent for the users so that client
can trust and have faith in reliability of information. Our system is
users friendly and users will be satisfied with the system.

No project can be teamed as “perfect” in real sense and there always


remains scope for further improvement and so that helps to develop
a new version. We are always eager to know some new points and
validation related to the projects and which give us more knowledge
and help us to create new version.

You might also like