Skip to content

ayushdoesdev/django-ecommerce-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Ecommerce Using Django

Prerequisites

  • Python (version 3.9.10)
  • Django (version 4.2.4)
  • Virtual environment

Getting Started

Provide step-by-step instructions for setting up the project locally. Include the following:

  1. Clone the Repository:

    git clone https://github.com/akstechies/django-ecommerce-sqlite
  2. Navigate to the Project Directory:

    cd django-ecommerce-sqlite/
  3. Create a Virtual Environment (Optional but Recommended):

    python -m venv venv
  4. Activate the Virtual Environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS and Linux:

      source venv/bin/activate
  5. Install Dependencies:

    pip install -r requirements.txt
  6. Navigate to the Project Folder:

    cd ecommerce_project/
  7. Run Database Migrations:

    python manage.py migrate
  8. Create a Superuser (Admin Account):

    python manage.py createsuperuser
  9. Run the Development Server:

    python manage.py runserver
  10. Access the Project:

Open a web browser and go to http://localhost:8000/ to access the project. You can access the admin interface at http://localhost:8000/admin/ using the superuser credentials.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published