JLuboff / connect-mssql-v2

MS SQL Server session store for Express Session
MIT License
5 stars 7 forks source link

Fully automate dev setup with Gitpod #19

Closed bradtaniguchi closed 4 years ago

bradtaniguchi commented 4 years ago

This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click.


So this is more or less the boilerplate for gitpod. The dockerfile can be used to setup MSSQL. We can probably add some "Fake" admin account that is hard coded. Also we could update it to also save the "initial table setup" logic too.