Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 769 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 769 Bytes

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