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 app.js file in Source Codes\ShoppingCart foler and change value to mongodb as below:
    • var db = monk('url to access mongodb');
  3. Run website and login with default account:
    • User Panel (Customer access)
      URL: http://www.yourdomain.com/
      Username: customer1
      Password: 123
    • Admin Panel (Admin access)
      URL: http://www.yourdomain.com/admin/login
      Username: admin
      Password: 123
      Remember that you can change default admin URL in order to secure admin UI entry point.