Go to file
s416422 a68a2f7069 counter and copy-to-clipboard button added to classes code 2020-03-10 15:37:05 +01:00
app fix ratchet 2020-03-08 22:16:30 +01:00
atcheck-websocket https post 2020-03-09 23:11:50 +01:00
bootstrap bootstrao folder added to git 2019-12-16 17:21:42 +01:00
config frontend fixes, timezone updated, delete confirmation added 2019-12-20 14:09:16 +01:00
database some validation and error catching updates 2020-03-06 18:33:03 +01:00
lsscanner/new_ubuntu classes code hidden after 30 secs 2020-03-09 23:37:20 +01:00
public counter and copy-to-clipboard button added to classes code 2020-03-10 15:37:05 +01:00
resources counter and copy-to-clipboard button added to classes code 2020-03-10 15:37:05 +01:00
routes registration disabled 2020-03-10 00:15:22 +01:00
storage first commit 2019-11-18 18:33:29 +01:00
tests first commit 2019-11-18 18:33:29 +01:00
Dockerfile Dockerfile created 2019-12-17 00:45:57 +01:00
Jenkinsfile jenkins fix 2019-11-18 18:41:10 +01:00
Procfile app deployed with Heroku 2019-12-08 00:00:52 +01:00
README.md test mode divided into teas and quick mode, room preview added to test mode, scrollable attendances list 2020-01-17 17:10:54 +01:00
artisan first commit 2019-11-18 18:33:29 +01:00
completed.txt CHEC-24 complete - issue completing test, cuz issue was completed at 1st commit 2019-11-24 19:29:06 +01:00
composer.json fix ratchet 2020-03-08 22:18:37 +01:00
composer.lock fix ratchet 2020-03-08 22:18:37 +01:00
docker-compose.yml Dockerfile created 2019-12-17 00:45:57 +01:00
package-lock.json CHEC-25 Auth menu, db in sqlite, 1st migration 2019-11-25 16:23:25 +01:00
package.json CHEC-25 Auth menu, db in sqlite, 1st migration 2019-11-25 16:23:25 +01:00
phpunit.xml first commit 2019-11-18 18:33:29 +01:00
server.php first commit 2019-11-18 18:33:29 +01:00
webpack.mix.js first commit 2019-11-18 18:33:29 +01:00

README.md

atcheck

for devs:

atcheck$ php artisan migrate:fresh 
atcheck$ php artisan db:seed 
atcheck$ composer dump-autoload
atcheck$ php artisan cache:clear && php artisan route:clear && php artisan config:clear && php artisan view:clear
atcheck$ php artisan serve