Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 481 Bytes

web_database_query_app

A web-based application that allows user to query a DB instance with a web interface

How to use:

  1. Download all files into a local folder.
  2. Open command line, and change the path to the folder in 1.
  3. Run "npm install" in command line.
  4. Open "routes/index.js", and change the user & password & DB instance info to your own on your local PC.
  5. Run "cd .." to move to the parent folder.
  6. Run "nodemons" and open "localhost:3000" in your browser.