Agineek v16

This application is split into two main directories: WebApp and PhoneApp.

PhoneApp was the sole focus of development for this semester.

Installation Instructions:

Installation instructions for the PhoneApp are available in the PhoneApp folder in the file 'README.md'

Website:
1. Install docker 
   https://docs.docker.com/get-docker/
2. Open directory skillcort-laravel inside code/WebApp
3. Execute the following command: docker build -f build-laravel-image -t skillcourt/laravel:dev --no-cache 
4. Run command run-laravel.sh for linux
   Or Run command run-laravel.ps1 for windows 
5. The development server is now accessible through localhost:8000