News Plaform 1.0

Version 1.0 Developers:
Alejandro Ferragut  (aferr122@fiu.edu)
Christopher Whilar (cwhil001@fiu.edu)

Code directory structure:
	DataAccessLayer folder contains DataAcessLayer.cs which has all the classes
	to execute store procedures in the database 
	
	project notes and database password:
	J:\gitHub\WebKeywordPlatForm\Code\SeniorProjectWebNewsPlataform\ProjectNotes.txt

	SeniorProjectWebNewsPlatform folder:
	contains controller folders with all business logic.
	Views folder contains all the html and the home page.
	js folder with all angularJS scripts that have the logic for the homepage.
	css, fonts, images and more.

	Global.asax:
	contains the global keyword that determines the content of the homepage.
	It starts the controller threads.

	
	double click SeniorProjectWebNewsPlatform.sln to open project solution in Visual Studio. 
	Click the play button to run the project with your preferred browser.

installation & maintenance video (how to access database):
https://www.youtube.com/watch?v=WPcNavI-0mE&index=3&list=PLG3lylzOg8FhqOxvTaJ-EM-5UPKRmjS6O
