This is the CS2102 Final Project.
- VueJS
- ExpressJS with Webpack middleware for development
- HHVM + Slim + Postgres
- Install Docker Platform. Follow the instructions here
- Run Docker shell, for linux and macOS it's just your normal shell.
- Run
docker-compose up
- Update the package.json or composer.json
- Rebuild the stack using
docker-compose build
.
Run the following to remove all images and stopped containers
docker rm $(docker ps -a -q)
docker rmi $(docker images -q)
The MIT License