Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.35 KB

README.md

File metadata and controls

44 lines (27 loc) · 2.35 KB

Tryme_Webdsite

A complete Online Store

Languages used: Front-end:- Html,CSS,JavaScript Back-end :- Nodejs,Express Database :- MongoDb

Clone this repository by :- gh repo clone thakursachin05/Tryme_Website

How to Setup Environment :-

  1. Install Node
  2. Install VsCode or any code editor
  3. Install MongoDb community version or any version
  4. Download all dependencies by npm install
  5. Run Command npm start
  6. server localhost:3000;

Site Overview Images :-

------------------------------------------------------------------ USER VIEW ------------------------------------------------------------------------------------

  1. User without login view -------->All Products to user without login
  2. Login Page ------------>Opening View
  3. Signup Page ----------->Signup
  4. Product View (In view Details) ---------->Product View
  5. Cart View Of user ------------>Cart View of user
  6. Buy Products (From Cart) API from Stripe ----------->Buy Product API
  7. All Orders Status ---------->All Orders of user

------------------------------------------------------------------ ADMIN VIEW ------------------------------------------------------------------------------------

  1. Admin Home Page View ------------>Admin View
  2. Add product view of Admin -------->Add Product
  3. Manage Orders ------------>Orders Update by Admin