A basic web app that allows teachers and administrators to add announcements to the Spartan Connect mobile app.
- Clone this setup into your htdocs/www folder
- Import a mock database into your MySQL setup. Ask a team member for a sample database.
- Download and setup Composer: https://getcomposer.org/download/
- Change working directory to your previous folder and run
composer install(or./composer.phar install). This will install the Auth0 dependencies. - Install bower through npm:
npm install -g bower - Install bower dependencies:
bower install - Install gulp-cli using
npm install -g gulp-cli, install other dependencies usingnpm install - Run
gem install sassand rungulp - Go to your localhost and check if it's working!
- If you are on Windows and are running into problems with
curland certificates, see https://github.com/auth0/Auth0-PHP#troubleshoot.