Skip to content

Spurtcommerce - Admin Panel using angular for Enterprise-level application.

Notifications You must be signed in to change notification settings

spurtcommerce/marketplace-admin-angular

Repository files navigation

Opensource Multi Vendor Marketplace for B2C , B2B

Build with Nodejs + TypeScript + Angular + React + MySQL and PostgreSQL

WebsiteDiscordCommunityTwitterRedditDocumentation


GitHub last commit GitHub issues GitHub repo size

video avi


❯ 🚀 Set up Frontend Admin (Angular)

If you want to create a local repository so that you can use tools such as Git...

❯ Prerequisites

Node.js - v^18.20 or newer

Angular version - v^17

Step 1:

*To clone the Admin folder to your local using below command.

 git clone  https://github.com/spurtcommerce/marketplace-admin-angular

Step 2: (Optional)

*If you using below Node.js version 18.20 Using below command:

    nvm use 18.20

Step 3:

  • Install the necessary packages on your local by running:
  npm install

Step 4:

  • To edit environment file in your local for environment file setup.

    File name : environment.ts

Example : baseUrl: '<'Your api_base_url'>', // eg:'https://your-web-site.com/api'

ImageUrl: '<'Your API url for image resize'>', //eg:'https://your-web-site.com-image/'

Step 5:

  • Ensure that all of the above steps are successfully implemented. After that, run the code with the following command:
 npm run large-serve 

To view it in your browser, go to : http://localhost:4200/#/auth/login

step 6:

  • If you want to create a build, set up the environment.prod.ts file, and then execute the following command to generate the build:
 npm run large-build

Once successfully executed, a build file will be created in the dist folder

  • Following these steps will successfully install and set up the Spurtcommerce Marketplace solution on your local machine (or server).

The Admin Panel can be accessed at:

  • http://{your-domian or IP}/admin/#/auth/login

Upon completion of the above steps, the build of the admin panel should be successfully set up.

Default Admin Panel Login Details

Username : "marketplace@spurtcart.com"

Password : "Marketplace123$@!"

🤔 Support , Document and Help

Spurtcommerce 5.1.0 is published to npm under the @spurtcommerce/* namespace.

You can find our extended documentation on our www.spurtcommerce.dev, but some quick links that might be helpful:

🐞 If you spot a bug, please submit a detailed issue, and wait for assistance.

🤔 If you have a question or feature request, please start a new discussion.

🤔 This project is tested with BrowserStack

❯ Maintainers

Spurtcommerce is developed and maintain by Piccosoft Software Labs India (P) Limited,.

❯ License

Spurtcommerce is released under the BSD-3-Clause License..