NextJs Multikart Admin Installation
Getting Started With NextJs Multikart Admin
- Please make sure you've installed NodeJs. If you haven't installed, you can easily do by following this link: Link to Node.js Installation Guide.
- Before you start, ensure that you have already configured and run the Laravel API and the NextJs Multikart Frontend. Once that's completed, you can proceed to set up the NextJs Multikart Admin.
Follow this video tutorial to install the Multikart NextJs Admin Click here
1. Open multikart-admin-next14 directory that you downloaded from CodeCanyon.
2 next.congif.js Setting:

- Open the next.congif.js file in your code editor and adjust the URL based on the reference image.

- URL: This represents the Laravel API server URL
- storageURL: Enter the laravel primary domain.
3. Install Node Module:
- In the multikart-admin-next14 folder, run following command in the terminal to install the required dependencies.
npm install

4. Run the Project:
- Once the necessary dependencies are successfully installed, initiate your project by executing below command in the Terminal.
npm run dev

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:
Default Credentials
Admin Credential:
- Url: http://localhost:3000/auth/login
- Email: admin@example.com
- Password: 123456789
Vendor Credential:
- Url: http://localhost:3000/auth/login
- Email: john.store@example.com
- Password: 123456789
Customer Credential:
- Url: http://localhost:3000/auth/login
- Email: john.customer@example.com
- Password: 123456789