Skip to content

A complete E-Commerce project for selling physical & digital products

Notifications You must be signed in to change notification settings

mokammeltanvir/Codexwise-Ecommerce

Repository files navigation

Complete E-Commerce Web Application-Project V-1

About CodexWise-Laravel-ECommerce V-1

It is a Laravel-9 blade template-based project reflecting the full features of a single vendor eCommerce platform. This Project is Developed by Mokammel Hossain Tanvir as Backend Developer, Mehedin Hasan Anik as Frontend Developer, and Nayem Islam as Web Designer. This project for learning purposes for the ICT-3204-Project-2 Course is a part of the B.Sc. in Computer Science and Engineering (CSE) program of Shanto-Mariam University of Creative Technology.

🗂️ Tech Stack

FrontEnd:

  1. HTML
  2. CSS
  3. JavaScript
  4. jQuery/JS Plugins
  5. Bootstrap 4

BackEnd:

  1. Laravel: ^9.19
  2. PHP: ^8.0.2
  3. bumbummen99/shoppingcart ^4.2
  4. intervention/image
  5. Sweet Alert 2.0
  6. Notification Alert -Toastr
  7. Datatables
  8. MySQL

Getting Started Step by Step

  1. In your root folder, clone the project file using command
git clone https://github.com/mokammeltanvir/Codexwise-Ecommerce.git
  1. Open the terminal (bash/cmd). Then go to the project folder using the command
cd Codexwise-Ecommerce
  1. Then install the required files and libraries using
composer install
  1. Then create a .env file and generate a key for this project using the command
cp .env.example .env

php artisan key:generate
  1. Then compile all CSS & JS files together using this command
npm install && npm run dev

or

yarn install && yarn run dev
  1. Create a database in MYSQL and connect it with your project by updating .env file.
  2. After connecting the db with the project, run command
php artisan migrate:fresh --seed

After completing the migration and seeding of db, you will have 1 System Admin ready for login in this project.

A. Admin -> Admin Email -> admin@superadmin.com Pass -> 12345678

Finally, we are ready to run our project using this command 😄

php artisan serve

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, and powerful, and provides tools required for large, robust applications.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

A complete E-Commerce project for selling physical & digital products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published