This is a simple web application to demonstrate my knowledge of SQL and JavaScript, and understanding of client-server communication.
- baseUrl: http://localhost:3050
- Requirements for localhost:
- Node.js
- MySql
- Clone the project from github.
git clone https://github.com/NestorCastillo10/MySql-Node.git
- Download repository
- Uncompress to your desired directory
ALTER USER 'root'@'localhost' IDENTIFIED BY 'pass';
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'pass';
FLUSH PRIVILEGES;
npm install
npm node index.js