Skip to content

This is a simple web application to demonstrate my knowledge of SQL and JavaScript, and understanding of client-server communication.

Notifications You must be signed in to change notification settings

nesCass/MySql-Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST Web App with Node.js, Express, and MySql.

This is a simple web application to demonstrate my knowledge of SQL and JavaScript, and understanding of client-server communication.

Localhost source

How to install

Using Git (recommended)

  1. Clone the project from github.
git clone https://github.com/NestorCastillo10/MySql-Node.git 

Using manual download ZIP

  1. Download repository
  2. Uncompress to your desired directory

Prepare your local SQL database server before installing the application.

ALTER USER 'root'@'localhost' IDENTIFIED BY 'pass'; 
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'pass';
FLUSH PRIVILEGES;

Install npm dependencies and start app

npm install
npm node index.js

About

This is a simple web application to demonstrate my knowledge of SQL and JavaScript, and understanding of client-server communication.

Topics

Resources

Stars

Watchers

Forks