GitHub link https://github.com/chamoddissanayake/OnlineFashionStore Group Project - Online Fashion Store There is a use case diagram of the system . This diagram denotes a better understanding about the system online fashion store. It provides who are the users of the system and what are the functionalities of the each user. System Functionalities Main Roles in the system. User Admin Store Manager Guest Only users who logged in to the system can place orders Once the admin creates a login for the store manager, it should be notified to the store manager via email Admin can create categories for the products The store manager can add products with details to the relevant category and add discounts to selected products User can add products to the shopping cart Users can purchase the selected products in the shopping cart by selecting the payment method Users can create a wish list from their preferred
GitHub Guide https://guides.github.com/activities/hello-world/ Git development began in April 2005 Git is a distributed version-control system It is designed for coordinating work among programmers It is primarily used for source code management in software development One of the biggest advantages of Git is its branching capabilities This facilitates the feature branch workflow popular with many Git users Advantages in Git Data redundancy and replication High availability Only one.git directory per repository Superior disk utilization and network performance Collaboration friendly Any sort of projects can use GIT Disadvantages in Git Git is less preferred for handling extremely large files or frequently changing binary files . GIT does not support ‘commits’ across multiple branches or tags. Git Commands 1) git config Utility : To set your user name and email in the main configuration file. How to : To c