Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 409 Bytes

DNDDB

Getting Started

  • Download NodeJS
  • Follow these instructions to connect NodeJS to MySQL
  • Run npm install readline
  • Run npm install fs
  • Run npm install http
  • Run npm install mysql
  • Edit the config as necessary (to reflect your login for MySQL Server)
  • Run node server.js while in the project directory1