kalanikasthuriarachchi / MobileShop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobileShop

This project consists of two csharp projects.

  1. ShopClient - Customer
  2. ShopAdmin - The owner of the shop

Installation instructions

  • Clone and change the dir
git clone https://github.com/avishka2k/MobileShop
cd MobileShop

OR, Download the source code here.

  • Click and open ShopAdmin.slh and Shopclinet.slh in ShopAdmin and ShopClient floders
  • First run ShopAdmin
  • Use the following credentials when logging into ShopAdmin.
Username: user@example.com
Password: 123
  • You can get the experience of the client side by running the ShopClient.

Note: The database must be configured to get the full experience.

Database Setup

  • Open SQL Server Management Studio(SSMS). Get more about SSMS
  • Right-click Databases on object explorer, click on 'import data-tier application'

Screenshot 2023-06-17 164311

  • Then click on Next,
  • Browse the MobileShopDb.bacpac (Download MobileShopDb.bacpac from here) file from your folder and click next
  • Click Next until finished
  • After importing the database, right-click on the server and go to properties

Screenshot 2023-06-17 170408

  • Copy your server name

Screenshot 2023-06-17 170738

Now you can close the SSMS

  • After configuring the database, go to Visual Studio and paste the server name in the application.json file as shown in the image below. It should be done for both ShoAdmin and ShopClient.

Screenshot 2023-06-17 171057

Now the Application Setup is done. Enjoy it:grin::relaxed:.

About


Languages

Language:HTML 40.4%Language:CSS 32.4%Language:C# 15.8%Language:JavaScript 11.5%