- Notifications
You must be signed in to change notification settings - Fork0
An online store for the local shops near you
License
ZeroCoolHacker/shopspot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An online store for the local shops near you
Shop Spot lists the local bussiness owners near you and lists their services and products. You can either buy them online if they support delivery or you can view the sales prices and choose the best shop.
Setting up Shop Spot is very easy.
This branch is under development right now. It is in early stages so there is no specific release for you to use.
It is best to use the pythonvirtualenv
tool to build locally:
> virtualenv venv>source venv/bin/activate> git clone https://github.com/oriefy/shopspot.
Then you navigate to the base directory of the project and install the requirements in your virtual environment
>cd shopspot> pip install -Ur requirements/local.txt
And finally you make migrations to the database, create a super user, and run the server
> python manage.py makemigrations> python manage.py migrate> python manage.py loaddata accounts/fixtures/initial.json> python manage.py runserver
Then visithttp://localhost:8000
to view the app.Visithttp://localhost:8000/admin
to login to admin withusername:admin@oriefy.compassword: oriefy123
> foreman start
Everyone who contributes to ShopSpot gets a spot here.