Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 645 Bytes

sample - A simple full stack application for educational purposes

##Technologies

  • Angular-Bootstrap
  • Slim php 3
  • Medoo Database Library
  • Mysql DB

##Dependeny Managmement

  • Bower
  • Composer

##Installation

  • Clone
  • cd to backend Repo and run composer install.
  • cd to fronend Directory and run Bower install.
  • edit url in frontend/app.js to point to server.
  • run sampledb.sql script on a mysql database.
  • Make appropriate config changes for connecting to database in backend/index.php.
  • host root directory on webserver.
  • browse localhost/sample/frontend.

#DEMO here Login: u:bob p:bob