This application is designed for users to either connect with an overnight cat sitter, or to provide cat-sitting services to other users. The logic and data are managed by a REST API, with an independent Angular SPA frontend. A user can view host units to choose where their cat will stay, and can book, rate, or comment on a stay. Hosts can review their ratings and comments, and edit thier postings.
- C#
- ADO.NET
- Azure Web Services
- ASP.NET Core web API
- SQL Server
- REST
- Angular
- An interactive list of property choices.
- Calender inputs to select check-in and check-out dates.
- Comments and ratings sections to allow cat owners to review cat-sitter properties.
- Photo upload input for cat-sitters to showcase an image of their property.
- A navigation bar to direct users to log in or create a new account.
- Use windows, linux, or mac
- Clone or download this repo
- Install .NET 6.0 and up
- Open your CLI terminal
- Change path to the PurrcationAPI folder
- Use the "dotnet run" command
- Open another CLI terminal
- Change path to WebPagePurrcation/P2-WebApp
- use the "ng serve --open" command
- Samantha Roderick, Osaretin Iyen, Megan Postlewait