e-commerce
Your online solution for selling and buying goods. The online marketplace for the modern user!
prototype running at: Buyandbye
Please download the zip file from the releases folder to try out the DEMO
python manage.py runserver
This will run the project in localhost:8000
One command setup:
Navigate to BuyandBye_project directory.
Run the following script to setup buyandbye
./setup.sh
Before running the script, follow the following instructions to make running script possible:
Set-ExecutionPolicy RemoteSigned
Type A and press Enter (if applicable).
Run the following command to run the script:
& "C:\PATH\TO\SCRIPT\setup.ps1"
The C:\PATH\TO\SCRIPT\
denotes the location of the script.