- Make sure you have Visual Studio installed
- Clone this repo to your computer using this link in GitHub Desktop or using git in your terminal
git clone https://github.com/majapersson/webshop.git
- Build and start the solution in Visual Studio and it will start a browser tab for the project
- Front store page that lists products from database
- Product page with additional info about specific product
- Personal cart based on cookies/session
- Ability to add and delete products from cart
- List information about products and total amount on checkout
- Add customer information on checkout
- Confirm order to customer
- Admin tools for adding and editing products
- Admin tools for handling orders
- Unit test
- Johan Sylvan
- Unit testing for some OrderService methods
- Added admin tools for order handling
- Styling
- Fixed snapshot for order
- Finished unit testing for Cart Repository
- Unit testing
- Basic checkout functionality added
- Started on checkout page and functionality
- Started on basic cart page
- User can now add and remove items from cart
- Basic product page added
- Started on store front page and product page
- Fixed admin tools for adding and editing products
- Started over completely with structure and database functions
- Started on database functionality and admin tools
- Initial commit