abhinandkrishna20 / React-JS--Crud-Mysql

crud with React-Js, MySQL and node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-JS--Crud-Mysql

Installation

Client

  1. $ cd client
  2. $ npm install or $ yarn install
  3. $ npm start or $ yarn start

Server

  1. Change your mySQL database data server/index.js
  2. $ cd server
  3. $ npm install or $ yarn
  4. $ npm rum devStart

Functionalities

  • Create games in the database
  • Read games in the database
  • Update games in the database
  • Delete games in the database
  • Click card to edit and delete

Used Libraries

Front-end

  • @material-ui
  • Axios

Back-end

  • express
  • mysql
  • nodemon
  • cors

About

crud with React-Js, MySQL and node


Languages

Language:JavaScript 75.8%Language:HTML 15.4%Language:CSS 8.8%