/stock-market

Stock marker which helps to trade virtual stocks.

Primary LanguagePHP

stock-market

AngularJS plus icon Bootstrap 3 plus icon Laravel 5

About

Stock Market uses AngularJS, Bootstrap and Laravel 5.

Stock Market is a project for 'Computer Networks and Internet Technologies' module of Kaunas University of Technology.

Screenshots

Home

Stock

Profile

Admin Dashboard

Usage

Installation

After you have cloned this repository, run this command in stock-market/laravel folder:

$ composer install

Then stock-market/angular folder run this:

$ npm install
$ bower install
$ npm install http-server -g # this is optional

Database Configuration

In stock-market/laravel folder rename .env.example to .env and put your database details in it.

Then run command:

$ php artisan migrate
$ php artisan db:seed

Make It Work

In stock-market/angular run these commands:

$ grunt init
$ grunt

In other terminal window:

$ cd dist/
$ http-server # this is optional

In stock-market/larave run this command:

php artisan serve