Skip to content

shryagupta/Shopry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopry

Shopry is an online shopping app with admin privilages. Customers can login, signup on this portal and can add or remove items from the cart and also place order. They can also edit their profile.

Installation

Requirements

Python 3.6 And additional requirements are in requirements.txt and will be installed through the below steps

How to get started

  • Download and install python 3.6 and git

Download

  • Go to https://github.com/shryagpta/Shopry and click on Fork
  • You will be redirected to your fork, https://github.com/<yourname>/Shopry
  • Clone using $ git clone https://github.com/<yourname>/Shopry

Run

  • Install virtualenv

    • on Ubuntu: $ sudo apt install python-virtualenv
    • on Windows Powershell $ pip install virtualenv
  • Create a virtual environment

    • on Ubuntu: $ virtualenv env -p python3.6
    • on Windows: $ virtualenv env
  • Activate the env:

    • on Ubuntu: $ source env/bin/activate
    • on Windows: $ ./env/scripts/activate
  • Install the requirements: $ pip install -r requirements.txt

  • Make migrations $ python manage.py makemigrations

  • Migrate the changes to the database $ python manage.py migrate

  • Run the server $ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published