Skip to content

MyanmarAPI/election-website

Repository files navigation

Election Core

2015 Election API Website, User panel and Authentication.

Requirements

Installation

$ git clone git@github.com:MyanmarAPI/election-website.git
$ cd election-website

// For PHP Dependencies
$ composer install 
// For Node JS Dependencies
$ npm install

// Run gulp for assets published
$ gulp

// currently: customize .env file
cp .env.example .env
nano .env

$ php artisan app:install
$ php artisan key:generate

Run Seed User Data

php artisan db:seed