LIVE PREVIEWBUY FOR $52

This can be a fundamental ecommerce admin panel made in Angular 8 , NodeJS and MongoDB. Goal of this utility is to get began with fundamental
readymade platform which may be prolonged as per the necessity for full ecommerce primarily based admin panel.
We are able to lengthen this or take as a reference to this utility and combine in current utility.Auth gurds are used for authentication and authorization
with JWT token so safety measures are added in that.

This venture has 2 folder backend && frontend.
We’ve got used PM2 as a course of supervisor for NodeJS to deal with the crash in addition to load.
To run the venture in dev mode nodemon is used.For the manufacturing run we’ve to make
some modification to ecosystem.config.js to deal with the surroundings variables for PM2.

Demo URL: Angular 8 Admin Panel

Login

Please don’t forget to offer your rankings : Lightshot screenshot

Prequisites:

  • Angular CLI 8
  • NodeJS 10.15.0
  • NPM 6.8.0
  • MongoDB
  • PM2

Options:

  • Function and Capabilities Administration
  • Authentication token primarily based entry
  • Authorization primarily based operate entry
  • Shopper aspect validation
  • multi picture add in merchandise
  • Nested dropdowns in class
  • E-mail templates prepared to make use of
  • Static pages prepared to make use of
  • Bootstrap 4 primarily based parts
  • PM2 primarily based load balancing and course of mangement

angular 8 admin template

DX-Ecommerce : Admin Panel in Angular 8 with NodeJS and MongoDB - 1
DX-Ecommerce : Admin Panel in Angular 8 with NodeJS and MongoDB - 2
DX-Ecommerce : Admin Panel in Angular 8 with NodeJS and MongoDB - 3
DX-Ecommerce : Admin Panel in Angular 8 with NodeJS and MongoDB - 4

app_api_
 ├──app/                           * supply recordsdata
 |   ├──admin/                     * supply recordsdata for admin api
 │       ├──controllers/           * controllers supply recordsdata for admin api
 |       ├──providers/              * service recordsdata for admin api
 |       ��──_apidoc.js             * widespread api doc variable utilized in admin api documentation
 |       ├──apidoc.json            * api doc configuration for admin api documentation
 |       ├──header.md              * api doc header file for admin api documentation
 |       ├──routes.js              * routes configuration for admin api
 |   ├──fashions/                    * comprises the mongoose mannequin recordsdata
 |   ├──public/                    * static belongings are served from right here
 |   ├──seed/                      * scripts to prefilled a few of module knowledge
 |   ├──providers/                  * supply recordsdata for widespread performance
 |   ├──utils/                     * supply recordsdata for widespread performance
 |   ├──routes.js                  * utility routes configuration
 ├──config/                        * utility configuration recordsdata
 │   ├──default.js                 * default config for widespread configuration
 │   ├──improvement.js             * config for devevlopment surroundings
 |   ├──manufacturing.js              * config for manufacturing surroundings
 ├──duties/                         * gulp duties supply recordsdata
 ├──.eslintrc.json                 * javascript lint config
 ├──.gitignore                     * gitignore configuration
 ├──gulpfile.js                    * gulp job configuration file
 ├──index.js                       * Index.html: the place we begin specific server
 ├──nodemon.json                   * nodemon configuration file
 ├──bundle.json                   * what npm makes use of to handle it is dependencies

Flag Counter


Source