# NodeJs-ExpressJs-mysql-Admin-panel
This repository provide a node js Mysql based admin panel which provide various modules and features. This repository cover 

Web Admin Panel 
CRUD and Auth example using Express (Web framework for node.js) and Mysql

how to start ?

npm install

node app.js

<b> Features </b> <br>
Connect to databases  <br>
Admin html theme integration<br> 
Admin login area <br>
Admin dashboards page <br>
<b> Modules </b> : 
 - Admin Users listing/Add/Edit/Delete pages<br>
 - Admin Category Module  listing/Add/Edit/Delete pages<br>
 - Admin Products Module  listing/Add/Edit/Delete pages<br>

<b> Screenshots </b>

User list 
![Alt text](https://user-images.githubusercontent.com/39764409/63494059-8c767980-c4da-11e9-95a6-67139b657aa5.png)

Product List 
![Alt text](https://user-images.githubusercontent.com/39764409/63494058-8bdde300-c4da-11e9-8372-1c17868f1ffc.png)

Product Add 
![Alt text](https://user-images.githubusercontent.com/39764409/63494056-8b454c80-c4da-11e9-8d10-1856fdd2f136.png)

Product gallery 
![Alt text](https://user-images.githubusercontent.com/39764409/63494057-8b454c80-c4da-11e9-861d-6fdbd118bb98.png)

Admin Login Page 
![Alt text](https://user-images.githubusercontent.com/39764409/59248236-7711e300-8c3f-11e9-99c2-254559716a0e.png "Optional title")

 
