Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 797 Bytes

Reactjs-Nodejs-MySql-CRUD

Simple crud app with

  • React
  • Node
  • MySql

Why I build this application?

To review what I know and I wanted to practice the MySql after getting Oracle badge: Oracle Uneversity, MySql Explorer Badge

This not advanced app, but It helped me to remember some important things, nothing complicated here.

Belov is the home page of the app, listing all users (in code I called them students, because I used student database on mysql):

List of users

Updating user:

List of users

Add user:

List of users

Delete user (asks before deleting user):

List of users

I haven't deployed and written test yet :)