Skip to content

icedreamer-praveen/ecom-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this project in your computer, follow the steps below
-------------------------------------------------------------
Step 1. Make and activate virtual Environment in your computer
    In windows
    > virtualenv ecom
    > Scripts\activate
    In mac and linux
    $ virtualenv ecom
    $ source bin/activate

Step 2. Clone the project
    $ git clone https://gitlab.com/ecedreamer/ecomtuts.git
    $ cd ecomtuts
    if you donot have git in your computer, install it before and clone it again.

Step 3: Install dependencies 
    $ pip install -r requirements.txt
    or 
    $ pip install django pillow requests six

Step 4: Apply the migration if any
    $ python manage.py migrate


Step 5: You can now open project folder in your editor

Step 6: Run Development server
    $ python manage.py runserver


Now you can modify the code and data
Make better design to make your project more stunning. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published