项目作者: sthasam2

项目描述 :
e-commerce
高级语言: JavaScript
项目地址: git://github.com/sthasam2/BuyandBye.git
创建时间: 2019-12-04T15:54:06Z
项目社区:https://github.com/sthasam2/BuyandBye

开源协议:MIT License

下载


BuyandBye

Your online solution for selling and buying goods. The online marketplace for the modern user!

prototype running at: Buyandbye


DEMO

Please download the zip file from the releases folder to try out the DEMO

Steps

  1. Run the following code in the terminal
    1. python manage.py runserver

This will run the project in localhost:8000


Installation

Setup via script (Currently under development)

One command setup:

Navigate to BuyandBye_project directory.

Linux (bash)

Run the following script to setup buyandbye

  1. ./setup.sh

Windows (powershell)

Before running the script, follow the following instructions to make running script possible:

  1. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  2. Type the following command to allow scripts to run and press Enter:
  1. Set-ExecutionPolicy RemoteSigned
  1. Type A and press Enter (if applicable).

    Set-ExecutionPolicy

Run the following command to run the script:

  1. & "C:\PATH\TO\SCRIPT\setup.ps1"

The C:\PATH\TO\SCRIPT\ denotes the location of the script.