Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 947 Bytes

File metadata and controls

39 lines (30 loc) · 947 Bytes

eCommerce Rest API

Build Status License

Features

  • Integrated with third party API (RajaOngkir)
  • Image Upload to CDN (Cloudinary)
  • SMTP Mailgun

Requirements

  • PHP >= 7.1.3
  • Composer
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension

Installation

$ git clone https://github.com/pocikode/simple-chat.git
$ cd simple-chat
$ cp .env.example .env

Open your favourite text editor.

Open .env file, edit with your database and other services credentials.

$ composer install
$ php artisan migrate
$ php artisan db:seed
$ php -S localhost:8000 -t public

Open your browser, goto http://localhost:8000