/nodemysql

Add, Create, Update MySQL/Node

Primary LanguageJavaScript

CRUD Node Mysql

N|Solid

Okay so I been working on CRUD apps for a mintue now and I've been back in forth in Redis, MySQL and Vue. My minds asking what's next?

Since its an API, You can:

  - CreateDB
    - /createDB
    - /getposts
    - /deleteposts
    - /updateposts

i Made this as a building block to muscle memory for one of those days I might need to build a blog from scratch and send QUERYS to mysql

Tech

  • Visual Studio Code - keybindings, integrated terminal, dual editors.
  • Mysql module

Installation

This app requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

$ cd into the folder 
$ npm install it
$ npm start it

Development

open to collaboration