This repo provide node basic admin panel using mysql databse and node micro services
Make sure node is installed.
git clone https://github.com/pinalzala/NodeJs-ExpressJs-mysql-Admin-panel.git
cd NodeJs-ExpressJs-mysql-Admin-panel
How to start admin?
- Open terminal
- Go to porject directory
- Go to admin directory using cd admin
- Run npm install command
- Run npm index.js command
- Open browser
- Write localho](http://localhost:8000/
How to start api?
- Create database
- Open terminal
- Go to porject directory
- Go to api directory using cd api
- Edit database details in config.json file
- Run npm install command
- Run npm server.js command
-
Then open localhost:8000 in a browser.
- Login page with captcha code
- Dashboard
- Users (Add/Edit/Delete/View/Active/Deactive)
- Banners (Add/Edit/Delete/View)
- Blog (Add/Edit/Delete/View)
- Pages (Add/Edit/Delete/View)
- Contact (Add/Edit/Delete/View)