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.
Features
Installation
Usage
Configuration
Contributing
License
Acknowledgements
Clone the repository
Copy code
git clone https://github.com/AkashMaheema/o-dinor-new.git
cd o-dinor-new
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)
Username: admin
Password: 123
Use the admin panel to add, update, or delete products, and manage customer orders.
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
Ensure that the uploads and cache directories are writable by the web server.
Thanks to all contributors and open-source libraries used in this project.
Special thanks to Group AU for design/technical support.
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