Skip to content

ShubhamSingal07/ShopMobiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop Mobiles

It is basically a shopping cart in which user can add a mobile to cart and also can remove the added product from the cart . User can also search for mobiles. Seller can also add their products to the website .

Shop Mobiles Demo

---

Backend is made using NodeJS . MySQL is used for database . HTML , CSS , Bootstrap is used for frontend . To run the server you need to have node and mysql installed on your system perform the following steps.

To be performed on mysql

create database shopdb;
create user shopper identified by 'shoppass';
use shopdb;
grant all priviliges on shopdb.* to shopper;

To be performed on powershell

# Install dependencies
npm install

# Start server on localhost:4554
npm start

Project Structure

.
├── db                     # backend
├── public_html            # contains html and js files for frontend  
├── routes  
|   ├── api                # rest api                
│   |   ├── index.js       
│   |   ├── login.js       
│   └── └── signup.js       
├── server.js              # entry point
└── ...

App Info

Author

Shubham Singal


Version

1.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages