Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bretterer/cis-525-demo-schedule


https://github.com/bretterer/cis-525-demo-schedule

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# CIS525 Assignment P3

Pre-reqs:
1. PHP Web Server
2. MySql or MariaDB
3. Terminal Access
4. Composer

Installation:
1. put code in webhost root
2. configure webhost to use `/public` as the web directory
3. run `composer install` from root directory
4. make `/bretterer` executable
5. copy `.env.example` to `.env` and update environment variables
6. run `php bretterer migrate`
7. visit website

Add Availability Slots:
1. from the root directory, run `php bretterer availability:add` and follow prompts

Remove Availability Slots:
1. from the root directory, run `php bretterer availability:remove` and follow prompts