Skip to content

pinalzala/NodeJs-ExpressJs-mysql-Admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs/ExpressJS admin panel with mysql datbase and node microservices

This repo provide node basic admin panel using mysql databse and node micro services

how to start ?

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.

Features

  • 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)

Demo Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors