Please take a look at the following folders:
-Software Requirements and Specification Document
-Software Architecture Document
Room scheduling system for Capstone rooms
This has all the basic files we need to get started with the coding part.
Do git clone and open the .sln file in visual studio.We are using MVC5 It's windows only but I don't think anyone uses mac in our team anyways
- Download and install WAMP: http://www.wampserver.com/en/
- Run WAMP.
- [First time]: Left-click on WAMP icon and open phpMyAdmin.
- [First time]: Click on the the SQL tab.
- [First time]: Copy and paste the content of the StorageLayer/sql/mysql_db_tables.sql into the SQL textbox on phpMyAdmin.
- [First time]: Run the query.
- [First time]: Repeat steps 6 and 7 for room_sampledata.sql and user_sampledata.sql.