A collection tracker.
$ docker build -f .\CollectionServer\Dockerfile .
$ docker build -f .\CollectionWebApp\Dockerfile .
$ docker build -f .\CollectionMobileApp\Dockerfile --output .\CollectionMobileApp\CollectionMobileApp\genfiles .
$ docker build -f .\CollectionExtension\Dockerfile --output .\CollectionExtension\genfiles .
Then pack the extension with genfiles.
$ docker-compose up
You may still need to modify docker-compose.yml, and add a custom image tag when building the image.
You need to create a file named 'mysql_root_password' under this directory to use this docker-compose file.
Features in plan:
- iOS Application
- Carry a binder on the go
- Modify binder locally
- Sync modification later
- Chrome Extension