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.
Navigate inside the VORBS project directory and run the command: npm install
.
To list all the available gulp tasks, navigate inside the VORBS project directory and run the command: gulp
To run the tests for the front-end project, navigate inside the VORBS project directory and run the command: gulp test
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.