amenning / Symfony_Stocks

Simple web applications for tracking stocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Tracker

A Symfony project created on July 19th, 2016.

This project is an implementation of a customizable stock tracking interface using Symfony and Angular

Steps to install:

# Create parameters.yml file and setup database parameters
composer install
bower install

# For almost all OS other than Windows
php app/console assets:install --symlink web
# For Windows, use
php app/console assets:install web

php app/console doctrine:database:create
php app/console doctrine:schema:update --force

About

Simple web applications for tracking stocks


Languages

Language:PHP 50.3%Language:JavaScript 24.5%Language:HTML 18.7%Language:CSS 4.3%Language:ApacheConf 2.2%