Skip to content

UrAvgCoder/Ecommerce-RESTAPI

Repository files navigation

Basic RESTFUL API

Just a basic Ecommerce website using RESTFUL API.

Quick Start

# Install Dependencies
composer install

# Run Migrations
php artisan migrate

# Import Articles
php artisan db:seed

# Add virtual host if using Apache

# If you get an error about an encryption key
php artisan key:generate

List all products with links and meta

GET api/products

Get single product

GET api/products/{product}

Delete products

DELETE api/products/{product}

Add products

POST api/products

Update products

PUT api/products/{product}

App Info

Author

UrAvgCoder ;)

Version

1.0.0

About

A simple E-commerce RESTFUL API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published