Simple C# MVC website
Budget: €30 – €250 EUR
Hi,
I am a frontend engineer that is overbooked and have no time to do a simple school task of building MVC project that simulates web shop in some degree.
I need a simple cart with items project.
Home page - 3 - 6 Cards that show categories and redirects to clicked category
Products page - list of products (Picture (url), name & price) with sidebar that shows and filters categories, products can be clicked and redirects to product details page.
Products/detail page with info about product, user can set amount of items (field with button carousel on left and right for increment/decrement, min=1), go back button and "Add to Cart" button.
Simple cart that shows user what he ordered (items name, amount, price, total price) and finish order button (no other flow needed)
Only logged in users can add to cart, others can only see items.
Logged in user can also see his previous/current orders, order detail and status.
Admin user that can see orders, change their status (New, Confirmed, Canceled)and eventually add notes for that order, add/edit/delete products and categories of products.
Scaffolded item Identity class can be used for registration and logging in, no need to waste time on that, every new user will have user role.
Microsoft SQL/PostgreSQL database that will work with project.
DbContext with predefined 6 categories (developer choice), 10 items per category also developers choice and 2 users (One "admin" and one "user") that will populate database on migration.
Category Model - Id, Name
Product Model - Id, Name, Price, Cateogry, PicturUrl, Price, Discount %, DiscountAmount (Price * Discount %), DiscountPrice (Price - DiscountAmount)
Cart models and Order models are up to developer whishes (order has to have information about products and its prices, just like every order)
Simple html and css style (bootstrap or similar library can be used and will be enough)
I am a frontend engineer that is overbooked and have no time to do a simple school task of building MVC project that simulates web shop in some degree.
I need a simple cart with items project.
Home page - 3 - 6 Cards that show categories and redirects to clicked category
Products page - list of products (Picture (url), name & price) with sidebar that shows and filters categories, products can be clicked and redirects to product details page.
Products/detail page with info about product, user can set amount of items (field with button carousel on left and right for increment/decrement, min=1), go back button and "Add to Cart" button.
Simple cart that shows user what he ordered (items name, amount, price, total price) and finish order button (no other flow needed)
Only logged in users can add to cart, others can only see items.
Logged in user can also see his previous/current orders, order detail and status.
Admin user that can see orders, change their status (New, Confirmed, Canceled)and eventually add notes for that order, add/edit/delete products and categories of products.
Scaffolded item Identity class can be used for registration and logging in, no need to waste time on that, every new user will have user role.
Microsoft SQL/PostgreSQL database that will work with project.
DbContext with predefined 6 categories (developer choice), 10 items per category also developers choice and 2 users (One "admin" and one "user") that will populate database on migration.
Category Model - Id, Name
Product Model - Id, Name, Price, Cateogry, PicturUrl, Price, Discount %, DiscountAmount (Price * Discount %), DiscountPrice (Price - DiscountAmount)
Cart models and Order models are up to developer whishes (order has to have information about products and its prices, just like every order)
Simple html and css style (bootstrap or similar library can be used and will be enough)