Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bretterer/cis-525-demo-schedule
https://github.com/bretterer/cis-525-demo-schedule
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bretterer/cis-525-demo-schedule
- Owner: bretterer
- Created: 2024-11-09T17:01:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T19:23:14.000Z (2 months ago)
- Last Synced: 2024-12-06T04:39:17.109Z (about 1 month ago)
- Language: PHP
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CIS525 Assignment P3
Pre-reqs:
1. PHP Web Server
2. MySql or MariaDB
3. Terminal Access
4. ComposerInstallation:
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 websiteAdd Availability Slots:
1. from the root directory, run `php bretterer availability:add` and follow promptsRemove Availability Slots:
1. from the root directory, run `php bretterer availability:remove` and follow prompts