chukwuemekachm / visand-prous

visand-prous is an an online T-Shirt shop which allows users to search, add items to their shopping cart, create order and pay for their orders successfully.

Home Page:https://visand-prous.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visand-prous

License: MIT

visand-prous is an online T-Shirt shop which allows users to search, add items to their shopping cart, create order and pay for their orders successfully.

Getting Started

To setup visand, the following should be installed on your machine.

You also need to setup

If you don't have these already, click on any of them to install it on your local machine.

Installation

If you have all the prerequisites you can use the steps below to setup visand locally.

Clone visand-prous
  • Open your terminal and cd to the directory where you will like to download visand, then run
git clone https://github.com/chukwuemekachm/visand-prous.git
  • Change to the visand directory
cd visand
Create and update the env variables
  • Run the command below to create a .env file from the sample provided
touch .env
cp .env.sample .env
  • Now update the environmental variables with the variables you want to use for your visand-prous installation.
*Note* Ensure that you've created all the required accounts for the sandboxes on visand above such as Paypal, SendGrid and Facebook.
Update .env with the sandbox keys
Install Dependencies
  • Run the command below to install node dependencies
npm install

Usage

  • To start up your newly installed visand-prous run
npm run start

Built With

Author

License

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

About

visand-prous is an an online T-Shirt shop which allows users to search, add items to their shopping cart, create order and pay for their orders successfully.

https://visand-prous.netlify.com/

License:MIT License


Languages

Language:JavaScript 99.2%Language:HTML 0.8%