Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
/ stock-market Public archive

Stock marker which helps to trade virtual stocks.

Notifications You must be signed in to change notification settings

ugnelis/stock-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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