SWA(S)P.
SWASP is a airline seat swapping system.
Requirements:
- PHP
- Git
- Vagrant
- VirtualBox
Setup instructions:
- Clone the project
git clone git@gitlab.weca.mp:wecamp/team-jeroen.git - Create the development environment
vagrant up - (once) add
192.168.56.101 api.swasp.local web.swasp.local swasp.localto your local/etc/hosts - Go into
apiand callcomposer installto setup the API - Go into
weband callnpm install && npm startto setup the Web-Frontent