ASP.NET Web Application

Job ID: 33501416

Budget: $30 – $250 CAD

Please create a webapp for one of the following businesses:
A pizza restaurant or
A bookstore or
A clothing store
For the project, you will create an app that can display and manage a database of products
Your Model class must have the appropriate name
i.e. if it's a pizza store, then it must be named Pizza,
Each item should have a
Product number (ID)
Product name
Product Description
Price
Category
Image
The image must display as an image on your index page where all your products are displayed
The image must also appear on the details page
The image should be 200 px by 200 px
The images should exist in an "images" folder in the wwwroot folder
The website should have the following pages:
Homepage - some content about your company and one image
Privacy page - use content from privacy-policy-template.pdf (websitepolicies.com)
Contact page - your contact information
All products page
CRUD pages - should be able to create, update, delete and see details page
Navigation
You have links in your main navigation to all the pages above
Products
You should have at least 10 products and 3 categories
You should must have a search bar and a filter by category bar on the index page (all products page)
Validation
Ensure that you have validation on all the fields in your Create page
Related categories: .NET Website Design C# Programming HTML ASP.NET