A website that does CRUD operations to a database, used to demonstate how to use Node.js to communicate a with a MySQL database.
- Download Node.js at: https://nodejs.org

- Clone the repository
- download the zipped folder OR
- use the following command in the command-line:
-
Run Command Prompt as Administator
-
Navigate to the project directory:
cd project-name
-
Run the server
node server.js
-
Run index.html