COMP5348 Assignment to improve the robustnestness and realism of a current BookStore application integrated with multiple other applications
Bookstore.sln
and execute it by double clicking on it (Note that you should have Visual Studio installed and you must be running it on a Windows OSTools
(on the toolbar of Visual Studio) ---> SQL Server
---> New Query
CreateDatabases.sql
. Exclude the drop database ...
commands if the databases do not exist <Database>EntityModel.edmx.sql
files to build the schema for these databases (BookStore, Bank, DeliveryCo) similarly by clicking the play button. This time you may be prompted to select the SQL server in which case you must choose MSSQLLocalDB Once you have done all the above preliminary setups, run each of the processes below by right clicking on it, Debug ---> Start New Instance
Bank ---> Bank.Application ---> Bank.Process
BookStore ---> BookStore.Application ---> BookStore.Process
DeliveryCo ---> DeliveryCo.Application ---> DeliveryCo.Process
EmailService ---> EmailService.Application ---> EmailService.Process
BookStore ---> BookStore.WebClient ---> BookStore.WebClient
For the .Process
instances, 4 terminals should pop up, each saying that the Service hsa started.
Then finally starting an instance of the BookStore.WebClient
opens up the BookStore page in a browser window (at localhost:1274)
You can log in to the BookStore Application using the following credentials:
Username: customer
Password: COMP5348