Create new database on your hosting and import files in Database folder to new database. Create database user and assign dbo rights to the user.
  1. Unzip Main.zip file and upload to your hosting.
  2. Open Web.config file in Main\Source Codes\Back-End\angularjs2shoppingcart\angularjs2shoppingcart folder and change values of server name, database name,username and password in connectionStrings tag as below:
    • data source: your server name
    • initial catalog: your database name
    • user id: your username
    • password: your password
  3. Open Web.config file in Main\Source Codes\Back-End\angularjs2shoppingcart\angularjs2shoppingcart_api folder and change values of server name, database name,username and password in connectionStrings tag as below:
    • data source: your server name
    • initial catalog: your database name
    • user id: your username
    • password: your password
  4. Run website and login with default account:
    • Admin Panel (Admin access)
      URL: http://www.yourdomain.com/admin/account/login
      Username: admin
      Password: 123
      Remember that you can change default admin URL in order to secure admin UI entry point.
  1. Open Front-End\app\services\rest.service.ts file and change values to connect back-end as below:
    • BASE_URL: url connect to back-end
    • keyValue: key is created from back-end