A simple web interface to manage your Docker installation.
git clone https://github.com/alexisbcz/vauban.git # clone the Git repository
cd vauban # change directory to Git repository
make setup # install deps
make db-up # spin up postgres container
make migration-up # migrate the database
make seed # seed the database
WIP