An e-commerce website for developing small businesses to sell their products made by the team RussianFoosballMafia for CSE3002 - Internet and Web Programming's J component project.
Browse Code
·
Report Bug
·
Request Feature
Chota Vyapar is a website platform where small businesses in the scrunchies, wallets, jewellery, clothes, desserts and/or bath products industry can sell their products on the website.
The frontend has been developed using HTML and CSS. The project also features a chatbot written in vanilla JS. The backend is developed in PHP and MySQL.
- HTML
- CSS
- JavaScript
- PHP
- MySQL
chota-vyapar
├── backend
│ ├── index.php
├── frontend
│ ├── chat
│ │ ├── chat.css
│ │ ├── chat.html
│ │ ├── chat.js
│ ├── src
│ │ ├── home.html
│ │ ├── sell.html
│ │ ├── shop.html
│ ├── styles
│ │ ├── home.css
│ │ ├── sell.css
│ │ ├── shop.css
│ ├── registered.html
├── images
└── README.md
To get a local copy up and running follow these simple steps.
-
Clone this repo in the path: XAMPP/xamppfiles/htdocs.
git clone https://github.com/ameeshagireesh/chota-vyapar.git
-
In XAMPP Manager, click Manage Servers and make sure
MySQL Database
andApache Web Server
is in running status. -
Change directory to chota-vyapar
cd htdocs
-
Open browser and open the following file:
localhost/chota-vyapar/frontend/home.html