Welcome to the MiniMarket Super Market project! This project is built using Django and provides a basic framework for managing a supermarket's operations.
Before you begin, ensure you have the following installed on your PC:
Follow these steps to run the project on your local machine:
- Install Django
Make sure Django is installed. You can do this via pip:
pip install django
-
Download the Project Clone or download this repository to your local machine.
-
Open Project Folder Navigate to the project folder in your file explorer.
-
Locate theX manage.py File Ensure that there is a manage.py file in the root of your project folder.
-
Open Terminal or PowerShell At the same location as the manage.py file, open your terminal or PowerShell.
-
Run Migrations Before starting the server, run the following commands to apply migrations:
python manage.py makemigrations
python manage.py migrate
-
Run the Development Server Enter the following command to start the server:
python manage.py runserver
-
Open Your Browser Once the server is running, open your web browser.
-
Access the Application In the URL bar, type the following address
http://localhost:8000
-
SuperUser Id and Password are minimarket
-
To access Admin portal type the address in ur browser.
http://localhost:8000/admin
Need Any Project Please contact at 8604470501