Code Size Contributors

Digital Product E-commerce

This project is based on the Laravel framework. 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, powerful, and provides tools required for large, robust applications.

Documentation

See Here.

Requirements

  • Database: Xammp for MySQL
  • Framework: Laravel installed via Composer.
  • Dependencies: Node.js

Installation

Laravel Global Installation

Use composer to install Laravel.

composer global require laravel/installer

To run project

Start Server

In terminal run

 php artisan serve

Create Database

Open Xammp and start Apache and MySQL. Go to MySQL admin and Create a new database called

• ecommerce

For Node.js

In terminal run

 npm install
 npm run dev

To migrate the Database

In terminal run

 php artisan migrate

Contributors

License

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