Skip to content

Karthi0216/MiniMarket-Shop2

Repository files navigation

MiniMarket Super Market Project

Introduction

Welcome to the MiniMarket Super Market project! This project is built using Django and provides a basic framework for managing a supermarket's operations.

Prerequisites

Before you begin, ensure you have the following installed on your PC:

Getting Started

Follow these steps to run the project on your local machine:

  1. Install Django Make sure Django is installed. You can do this via pip:
    pip install django
    

Instruction to run locally

  1. Download the Project Clone or download this repository to your local machine.

  2. Open Project Folder Navigate to the project folder in your file explorer.

  3. Locate theX manage.py File Ensure that there is a manage.py file in the root of your project folder.

  4. Open Terminal or PowerShell At the same location as the manage.py file, open your terminal or PowerShell.

  5. Run Migrations Before starting the server, run the following commands to apply migrations:

    python manage.py makemigrations
    python manage.py migrate
  6. Run the Development Server Enter the following command to start the server:

    python manage.py runserver
  7. Open Your Browser Once the server is running, open your web browser.

  8. Access the Application In the URL bar, type the following address

    http://localhost:8000
  9. SuperUser Id and Password are minimarket

  10. To access Admin portal type the address in ur browser.

    http://localhost:8000/admin

    Need Any Project Please contact at 8604470501

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published