Giter VIP home page Giter VIP logo

myshoppoint's Introduction

Welcome โœจ

Project Link - https://shoppoint.herokuapp.com/

screenshot

Features and Functionalities ๐Ÿ˜ƒ

User features

  • Full featured shopping cart
  • Product reviews and ratings
  • Filtering (short by, category, & price range)
  • Account Verification (2 factor authentication using email)
  • Password Reset (Forget Password)
  • Token based authentication
  • Product search feature
  • User profile with orders
  • Save Cart
  • Delete Cart
  • Choose quantity (No of items to be order)
  • Checkout process (shipping, payment method, etc)
  • Order summary
  • PayPal / credit card integration
  • Esewa payment integration (payment gateway)
  • Database seeder (products, users, reviews, & orders)

New features (Added)

  • Print User orders as pdf
  • Print UserList as pdf
  • Print OrderList as pdf

Admin features

  • Product management
  • User management
  • Order management
  • Order details page
  • Mark orders as delivered option

Tech Stack ๐Ÿ’ป

API

Installation โšก

1. Clone this repo by running the following command :-

 git clone https://github.com/zanderdg/myshoppoint.git
 cd myshoppoint

2. Now install all the required packages(frontend & backend) by running the following commands :-

yarn add
cd client
yarn add

2. Create a config.env file in config folder and add the following

PORT=5000
NODE_ENV=development

MONGO_URI =your mongodb uri

PAYPAL_CLIENT_ID=your paypal client id

FILE_UPLOAD_PATH=./public/uploads/product
FILE_UPLOAD_SIZE=1000000

JWT_SECRET=your key
JWT_EXPIREIN=30d

CLOUD_NAME=your cloudinary name
API_KEY=your cloudinary api key
API_SECRET=your cloudinary api secret key

SEND_GRID_KEY=your sendgrid api key

FROM_EMAIL=your sender email
FROM_NAME=ShoppingPoint

3. Seed Database

# Import data
node seeder -i

# Destroy data
node seeder -d

4. Now start the react and node server by running the following command :-

#Start the server
yarn run dev

#Start the client side app
cd client

yarn start

5. ๐ŸŽ‰ Open your browser and go to https://localhost:3000

๐Ÿคฉ Don't forget to give this repo a โญ if you like this repo and want to appreciate our efforts

myshoppoint's People

Contributors

zanderdg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.