vyas0189 / e_commerce

Home Page:https://e-commerce-software-eng.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-COMMERCE

CircleCI Coverage Status

Description

You work at an e-commerce company. Customers can browse through products and order it online. Company delivers products to customers at the address they provide on their profile or during the checkout. In order to make sure packages are delivered at correct address system needs to validate the addresses provided by the customers. Several mail service providers offer online APIs to validate the addresses like USPS for free of charge but you need to register.

Installations

  • NodeJS
  • MongoDB
  • Install the node dependencies for the server:
    • In the root folder:
      • yarn
    • Install the dependencies in the client folder:
      • cd client && yarn

Getting Started

  • Run the app:
    • yarn dev
  • Run only server:
    • yarn server
  • Run tests:
    • yarn test

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

https://e-commerce-software-eng.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 95.6%Language:CSS 3.0%Language:HTML 1.4%Language:Shell 0.0%