Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 552 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 552 Bytes

Kennels

Higher Diploma in Science in Computing final project.

Project involving the development of a web application for comparing and booking dog boarding kennels.
The web application was created with ASP.NET MVC 5 and entity framework, written in C#. It allows for kennel owners to add/update/delete kennels in the database, and to manage bookings for their kennels. It allows for customers to search kennels, rate kennels, and book kennels. All backed by an SQL database hosted in azure, created using code first approach to database design.