Skip to content

jsdecena/slimapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#SlimPHP w AngularJS

###How to use

####Set up the admin - Slim PHP

  • Go to /admin and download composer
  • Run php composer.phar install
  • Set your db credentials in /admin/phinx.yml
  • Run php vendor/bin/phinx migrate
  • Populate your database (Todo: Seeder)
  • Go to /admin/public and run php -S 0.0.0.0:8001 and go to localhost

####Set up the front end - Angular