A movie rental app using Windows Forms .NET and C#.
- Visual Studio
- .Net 6.0
- Windows Operating System
- Microsoft.EntityFrameworkCore.Design
- Microsoft.EntityFrameworkCore.SqlServer
- Microsoft.EntityFrameworkCore.Tools
- CRUD functional forms to manipulate data in a database
- Login Form to access the Movie Rental or Admin Forms
- Movie Rental Form to choose which movies to rent
- Summary form which shows chosen movies and price to checkout
- New member form to create an account
- Admin form allows for deleting a member or movie
- Add/Edit movie forms adds a new movie or edits an existing one
- Account page with list of currently checked out movies and due date functionality
(The database will now be on your computer and you can run the app.)
(You can also just enter "test@test.com" for email and "test" for password to bypass step 1 and 2.)
(To create an admin account make sure the email is from "@test.com")
3. Fill in your login information and click the login button. You will then be taken to the Rental Form.
-
When you are done with your selections click the checkout button. You will be taken to your order summary.
-
Congrats! You have rented some awesome movies!!! (No guarantee of actually getting real movies)
(The default admin already in the database is email: test@test.com password: test)







