CSMS
CSMS
SellX
By
Navnath Shinde(20210202024)
Ranjit Chavan(202102021034)
2022-2023
To
Savitribai Phule Pune University
Pune- 411041
In Partial Fulfilment of the Degree of
Master in Computer Application (M. C. A.)
has successfully completed his/her project work entitled “SellX” in partial fulfilment of
MCA – II Semester-III program
for the year A.Y. 2022-2023 . He / She have worked under our guidance and direction.
Examiner 1 Examiner 2
Date :
Place :
Acknowledgment
We would like to express our sincere and deep gratitude to our internal project guide
Prof. Megha Mane for his valuable guidance and suggestions.
We would also like to thank both of them for giving us guidance and timely help.
Project By
Navnath Shinde (20210202024)
Ranjit Chavan(20210202034)
Project Guidance By
1 Introduction
This app enables any user to buying & selling from any. corner of the world. It is a
user friendly application and easy to use. Once registered to the database a user can
post add.
This application is a android and structural system design and developed with the
criteria to make the process of shopping easy and quick for all. The project was
developed to fulfill the requirement of the user who wish to buying or selling their
used things online.
CPU : Inteli5Processor
PROCESSORSPEED : 4GHz
RAM : 8Gb
HARDDISK : 500Gb
SoftwareRequirement:
OPERATINGSYSTEM : Window7
FRONT END : Android Java
BACKEND : Firebase
SERVER :
6
2 PROPOSED SYSTEM
Registration/Login Module:
This is registration/login module in which admin will login with his details.
Also user will 1st register himself and then and then only he will able to login .
Sell Module:
Using this module app user will able to sell their things. while using this
module to sell the goods user have to fill all the products details.
Buy Module:
In this module user will able to buy products . and also he will able to send
msg to the that good owner.
Profile Module:
In this module Buyer/Seller will go the the profile option and there he can add
his profile picture also he will able to add or change his name. user will able to
see is his email id is verified or not.
Feedback Module:
This is the feedback module in which user will able to give feedback to the app
developers.
About Module:
This is the about module in which users will get the information of the app
devleopers. And the team members of this project
7
2.2. Scopes of the System
Olx app that will allow online shoppers to buy/sell wares from formal and
informal merchants, or individual to sell/buy used things.
• A data security system that will ensure that all data that is transmitted between
the various system
8
CHAPTER 3 : ANALYSIS & DESIGN
Detail Description This use case diagram describes whole sellX system.
9
Pre – Condition User must be admin or the user and they should know the system
Main Flow Most of the operations can be handled by the admin and some of
the can be handled by the user.
Actors user
Detail Description This use case diagram describes cold prfile module.
Pre – Condition User must be admin or the user and they should know the system
Main Flow Most of the operations can be handled by the admin and some of
can handled by the user.
10
SELL USE CASE DAIGRAM:
Actors User
Detail Description This use case shows how applications can be managed user to sell goods.
Pre - Condition For new application user should be registered and then he should login.
Main Flow All the applications will managed by admin and user in which user will
only able to apply and view history of application.
11
Post Condition All the Saved or updated data will be saved in database.
Actors user
Detail Description This use case shows how the user will buy the goods.
Post Condition All the data can be managed and will be save in the database
12
Use Case Name User cum Customer use case
Actors User
Detail Description This use case shows flow of the user activities.
Main Flow User will register then login and then he can do further activites.
Post Condition All the data can be managed and will be save in the database
13
3.1. Activity Diagram
SYSTEM ACTIVITY DAIGRAM
14
GOODS/ PRODUCT SELL
ACTIVITY DIAGRAM:
15
Class Diagram:
16
Module Hierarchical Diagram:
SEQUENCE DIAGRAMS:
17
SEQUENCE DIAGRAM:
Database Table(Description):
Table Name: Login
Description: To store login details
18
Sr.No
Name Data type Size Key
.
Confirm
Password 12 Not Null
4 Password
1. Product/Goods Table
3.Profile Table
2 Image Image
19
3.3. Data Directory:
user
1 username Primary Key This is used to store id.
user
2 password VARCHAR(20) Not Null This is used to store
password of admin
user
3 emailid VARCHAR(20) Not null This is used to store
emailed
Product
4 name Varchar(200) _ Used to store product
name name
product
5 Price Int - This is used for price of
product
Product
6 Image Image of product
Product
7 description Varchar(200) _ This stores the
description of product
Product
8 Upload Date Timestamp Creation date
Current_Tim
estamp()
profile
9 Name Varchar(200) _ This stores the name of
the user in profile
Profile
10 Image Image - This stores image of user
Profile
11 EmailId Varchar(30) _ This stores email id of
users in profile
pages
12 Email Varchar(200) _ Used to store email
pages
13 MobileNumbe Bigint(10) _ This stores mobile
r number
pages
14 Date timestamp Current
timestamp
20
4. CHAPTER 4 : USER MANUAL
21
Home Screen:
22
Input Screens:
23
See Product:
24
Send Message:
25
Message For Product info:
26
Feedback:
27
4.3. Sample program code:
<?php
session_start();
include('includes/config.php');
error_reporting(0);
?>
<!doctype html>
<html lang="en">
<head>
<title>Cold Storage Management System | Home Page</title>
<!-- web fonts -->
<!-- web fonts -->
<link href="//fonts.googleapis.com/css?
family=Poppins:300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Hind&display=swap"
rel="stylesheet">
<!-- //web fonts -->
<!-- //web fonts -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
28
<body>
<?php include_once("includes/navbar.php");?>
<section class="w3l-main-slider" id="home">
<!-- main-slider -->
<div class="companies20-content">
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top1 bg bg2" data-
selector=".bg.bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg mx-auto text-center">
<h5> Fruits from premium gardens</h5>
29
<a class="btn btn-secondary btn-theme2 mt-md-5 mt-4"
href="about.php">Read More</a>
</div>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top2 bg bg2" data-
selector=".bg.bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg mx-auto text-center">
<h5>We provide organic products</h5>
<a class="btn btn-secondary btn-theme2 mt-md-5 mt-4"
href="about.php">Read More</a>
</div>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top3 bg bg2" data-
selector=".bg.bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg mx-auto text-center">
<h5>We grow food for all appetites</h5>
30
<a class="btn btn-secondary btn-theme2 mt-md-5 mt-4"
href="about.php">Read More</a>
</div>
</div>
</div>
</div>
</li>
</div>
</div>
</div>
</div>
31