Webshop-backend
This is an Origami web shop that "sells" handmade origami created from professional artisans.
This Origami web shop is group project that can handle the basic shopping process. The web shop views such as the shopping cart and displaying all products should take place in a single page without reloading.
Admin:
- The admin interface is able to edit products, users, orders, etc..
- Ability to create and edit Users
- Ability to create and edit Products
- Handling and change orders
User:
- Shopping history in the User’s management page
- The user should be able to login and be authorized using Identity classes, for shopping history
- allowing users to place orders
Product:
- Display pictures of all the products
Order:
- A shopping cart, ability to go to cashier and print out a receipt
- Use CSS and Bootstrap to control the layout and appearance of the pages
- Use JavaScript, JQuery and React to control the site’s front end
- Use ASP.NET Identity to handle user registration and login
- Use roles and authorization to control access to restricted pages.
- Use Entity Framework for database connections and management
A customer can create a new account in the web shop. This will make things easier for the customer to add some products to the shopping cart while editing or deleting a certain product in the cart. The customer also is able to view the order history as well as editing or deleting their own profile.
An Admin on the other hand is able to create, edit and delete products and customers as well as handling orders.
- Kim Roysdotter GitHub Page
- Kristoffer GitHub Page
- Michael Sjögren GitHub Page
- Rabab Alsurmi GitHub Page
- Stefan Sundbeck GitHub Page
- © Kim Roysdotter, Lexicon yrkesutbildning i Väst
- © Kristoffer, Lexicon yrkesutbildning i Väst
- © Michael Sjögren, Lexicon yrkesutbildning i Väst
- © Rabab Alsurmi, Lexicon yrkesutbildning i Väst
- © Stefan Sundbeck, Lexicon yrkesutbildning i Väst