Skip to content

alvics/mysql_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!)

Releases

No releases published

Packages

No packages published