Skip to content

vakst/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  1. If you don't have Composer yet, just run the following command:
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer 
  1. Checkout project from GitHub
cd <path-to-install>
git init
git remote add origin https://github.com/vakst/quiz.git
git pull origin master
  1. Use the "composer install" command to install dependencies
composer install
  1. Install Bower package
npm install -g bower
  1. Install Angular package
bower install angular
bower install angular-route
bower install angularjs-toaster
  1. Execute SQL from migration/initial.sql

  2. Launch server

php bin/console server:run 127.0.0.1:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published