MySQL Backend This is a CRUD backend with MySQL using express and the MVC (model, view, control) architecture. Features Create a property Read a property Update a property Delate a property Getting started Prerequisite Node js (currently using v16.13.0) npm (currently using 8.1.0) Clone the GitHub repo git clone https://github.com/alvics/mysql_backend.git Go to the mysql_backened cd mysql_backend Start application npm start Recommended Frontend React JS (coming soon!)