Skip to content

AkashMaheema/o-dinor-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 

Repository files navigation

O-DINOR Clothing Website

O-DINOR is a clothing website designed to provide a seamless shopping experience for customers. Built using PHP, MySQL, HTML, CSS, and JavaScript, this project features a modern interface, user account management, and a robust admin panel for managing inventory, orders, and customer interactions.

Table of Contents

Features
Installation
Usage
Configuration
Contributing
License
Acknowledgements

Features

Product Management: Manage clothing items, categories, sizes, colors, and stock levels.

Order Processing: Handle customer orders, including checkout and payment processing.

Admin Panel: Secure admin access to manage products, view orders, and update statuses.

Responsive Design: Fully responsive layout, ensuring a great experience on all devices.

Installation

Clone the repository

Copy code
git clone https://github.com/AkashMaheema/o-dinor-new.git
cd o-dinor-new

Set up the database

Create a MySQL database. Import the provided SQL file (o_dinor.sql) located in the folder. Configure the environment

update with your database credentials. (configdb.php)

Copy code composer install Set up the server

Make sure your server (Apache, xampp, etc.) is configured to serve this project. Point the server’s document root to the public directory of your project. Usage

###Access the application

Visit your website URL (http://localhost/o-dinor-new/o-Dinor_front/index.php) to access the store.
Admin Access (http://localhost/o-dinor-new/o-Dinor_back/login.php)

Log in to the admin panel using default admin credentials:

Username: admin
Password: 123

Manage Products and Orders

Use the admin panel to add, update, or delete products, and manage customer orders.

Configuration

Environment Variables

Configure the database and other settings in the configdb.php file:

DB_HOST=localhost
DB_NAME=o_dinor
DB_USER=yourusername
DB_PASS=yourpassword

File Permissions

Ensure that the uploads and cache directories are writable by the web server.

Acknowledgements

Thanks to all contributors and open-source libraries used in this project.
Special thanks to Group AU for design/technical support.

Demo Version

O-Dinor Official Website : http://18.141.194.228/o-Dinor_front/
O-Dinor Admin Panel : http://18.141.194.228/o-Dinor_back/login.php

About

o-dinor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors