Skip to content

A Simple, Minimal and Lightweight tool for quick and easy access to MySQL databases. Written in Javascript.

License

Notifications You must be signed in to change notification settings

patil-rahuls/nodeMiniAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                           

nodeMiniAdmin

nodeMiniAdmin Result Screen

nodeMiniAdmin Show DB Tables Screen

nodeMiniAdmin Query Validation Screen

nodeMiniAdmin Add MySQL Connection Screen

Live Demo

About nodeMiniAdmin

Its a minimal and lightweight tool for quick and easy access to MySQL databases. Focused on usability and simplicity. Written in Javascript, its a single-file app and requires Node.js to run. Its very easy to setup and use.

How to install and run

  1. Download or clone this repo to a directory of your choice.
git clone https://github.com/patil-rahuls/nodeMiniAdmin.git
  1. Install Node.js (if you haven't already) on your machine.
  2. Open up terminal in the directory (where the file nma.js exists) and execute node nma.
  3. It might ask you to install the sync-mysql module. Please install it and repeat step 3.
    [Update v2.0] On the first run, the script will automatically install the required dependency and start the app.

Navigate to https://localhost:3000/index in your browser to use the app.

Links

Project Page
Live Demo
Links coming soon...

Why use nodeMiniAdmin?

-Ease of use
-No framework used
-Easy to setup
-Portable- everything in a single file
-Extremely lightweight

Troubleshooting

  1. If port 3000 is already in use or blocked, free it up using the following commands.
    linux users:
    sudo fuser -k 8000/tcp
    OSX users :
    sudo lsof -t -i tcp:8000 | xargs kill -9
  2. If you encounter file I/O errors or exceptions, try running the app with elevated privileges
    sudo node nma

About

A Simple, Minimal and Lightweight tool for quick and easy access to MySQL databases. Written in Javascript.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published