Skip to content

reecebedding/VORBS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VORBS Build status

Room booking mangement system.

Getting Started:

Currently there is a hard dependency on having an Active Directory service available on your network which we will hopefully move away from.

You will need to have SQL server installed and configured in the Web.config

You can find a lightweight express version here: https://www.microsoft.com/en-us/download/details.aspx?id=42299

Front-End Dependencies

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

Testing

To run the tests for the front-end project, navigate inside the VORBS project directory and run the command: gulp test

Seeding data

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.

License

This code is open source software licensed under the Apache 2.0 License.

About

Valuation Office Room Booking System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 57.0%
  • JavaScript 23.5%
  • CSS 18.8%
  • Other 0.7%