Skip to content

A full-fledged node app for product stores and sales.

Notifications You must be signed in to change notification settings

axshivam/product-store-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Product Store Site

  • An E-Commerce site with the facility of uploading various types of products and then showing the all product list in the user dashboard.
  • Developed crud APIs using express and stored the data in the MySQL database.
  • A React app by which vendors can upload the product by their dashboard with various flags (size, image, price), and the end user can view the product on their dashboard.
  • Nginx is used for reverse proxy, and the OpenSSL module provides security to the website, In API service cors are enabled by which we communicate with the frontend side (React).

Used Technologies

  • NodeJs
  • React
  • Express
  • Mysql
  • Cors
  • Nginx (for reverse proxy)
  • Bootstrap
  • Ejs (Template Engine)