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.
- NodeJS
- MongoDB
- Install the node dependencies for the server:
- In the root folder:
yarn
- Install the dependencies in the client folder:
cd client && yarn
- In the root folder:
- Run the app:
yarn dev
- Run only server:
yarn server
- Run tests:
yarn test
- Vyas Ramnakulangara - vyas0189
- Justin Nguyen - jusnguyen30
- Kim Nguyen - kmngn
This project is licensed under the MIT License - see the LICENSE file for details