By: Claire Murray
Box Office runs a sever in admin mode that can:
- manage the theater's schedule as well as open and close sales
- accept multiple clients concurrently
Box Office also includes simple client code that can connect to the server in order to interact with the model
This project was made using .NET Core 3.1.403
To run the server:
In the BoxOffice Directory execute the command
dotnet run
This will start the server running locally on the command line.
To run the client:
In the BoxOffice/Client Directory execute the command
dotnet run
This will start the client running locally on the command line, and will connect to the server.