Top

Laravel + Angular Documentation

Multikart offers stunning and one-of-a-kind website demos tailored to your grocery, bakery, and online store needs. With Multikart, you'll find everything you require to craft the ideal website for your business. Multikart - your all-in-one solution!

Angular Multikart Admin Installation

Getting Started With Angular Multikart Admin

Note:
  1. Please make sure you've installed NodeJs & Angular CLI. If you haven't installed, you can easily do by following this link: Link to Node.js & Angular CLI Installation Guide.
  2. Before you start, ensure that you have already configured and run the Laravel API and the Angular Multikart Frontend. Once that's completed, you can proceed to set up the Angular Multikart Admin.
1. Open angular-multikart-admin directory that you downloaded from CodeCanyon.
2 Environment Setting:

- Open the environment.ts file in your code editor by going to src > environments > environment.ts and adjust the URL based on the reference image.

  • URL: This represents the Multikart API server URL
3. Install Node Module:

- In the angular-multikart-admin folder, run following command in the terminal to install the required dependencies.

npm install
4. Run the Project:
Note: Port 4200 is currently in used by angular-multikart-frontend, so angular-multikart-admin is being opened on an different port

- Once the necessary dependencies are successfully installed, initiate your project by executing below command in the Terminal.

ng serve --port=4500

Port 4200 is currently in use by angular-multikart-frontend, so angular-multikart-admin is being opened on an different port http://localhost:4500/

Congratulations on the successful installation of Multikart! After configuring the theme, you can proceed by using the default credentials.

Here are some common solutions if your project isn't running successfully:

  • Ensure you're using the latest version of Node.js.
  • Try deleting the "node_modules" folder and "package-lock.json" file, then run npm install again.
  • If the problem persists, consider re-downloading the theme from Codecanyon and retrying.
  • If none of these steps work, you can create a support ticket for assistance.
  • Default Credentials

    Admin Credential:

    - Url: http://localhost:4200

    - Email: admin@example.com

    - Password: 123456789

    Vendor Credential:

    - Url: http://localhost:4200

    - Email: john.store@example.com

    - Password: 123456789

    Customer Credential:

    - Url: http://localhost:4201

    - Email: john.customer@example.com

    - Password: 123456789