Northern Arizona Animal Welfare Task Force
The main component of the system is to check the pet readiness level of the normal users through a questionnaire. The system is also designed to allow users to contact the shelters and express interest.
We are using Microsoft Azure because the NAU ITS is providing us with one year of web hosting.
Originally we were planning on using Django but changed to ASP.NET because of the hosting provided being a windows based system. ASP.NET is a web 2.0 framework.
We originally planned on using MongoDB for a backend, but then decided to go with Microsoft SQL due to the need for a relational database.
To be able to maintain and manage the system we are using the DNN content management system with a ASP.net front end.
All users begin by connecting to the server through a browser, the dotted line represents a connection from the browser to the Microsoft-Internet Information Services Server. The server contains the ASP.NET framework and the MS SQL Database. The content management system manages the front end content and the database.