arrahman / RestFul-API-for-ECommerce

RestFul API for ECommerce using Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestFul API for Ecommerce using Laravel

Build Status

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

Installation

Clone the project

Create database 'ecommerce' or any preferred name.

Change the app/config/database.php file according to your database setting.

Run migrate to create all the tables.

Run seeder to seed the database random generated data.

	php artisan migrate
	php artisan db:seed

Make a get request to check the installation:

http://localhost/restful/public/v1/categories

About

RestFul API for ECommerce using Laravel


Languages

Language:PHP 99.6%Language:ApacheConf 0.4%