Room booking mangement system.
Currently there is a hard dependency on having an Active Directory service available on your network which we will hopefully move away from.
You can find a lightweight express version here: https://www.microsoft.com/en-us/download/details.aspx?id=42299
To download the dependencies you will need NodeJS installed.
Once installed, download the bower package globally using the following command: npm install bower -g
Finally, navigate inside the VORBS project and run the command: bower install
There is the choice to seed the database with data when it is created. You can specify the values in the DAL/VORBSInitializer.cs file.
This code is open source software licensed under the Apache 2.0 License.