Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 967 Bytes

File metadata and controls

45 lines (26 loc) · 967 Bytes

Fullstack Thing

Crud App with Express.js Api React.js Frontend MySQL Database.

Technology

  • React.JS | A Javascript Library For Building User Interfaces.
  • Express.JS | A Minimal And Flexible Node.js Web Application.
  • MySQL | A Web, Cloud Database Cluster.

Setting up

Database

  • Create mySQL Database (name fullstack_thing).
  • Import .sql file in Database folder.

Backend

  • Access Backend directory on your terminal.

    npm install
    
  • Setting Database Connection in services folder.

  • Edit your MySQL connection in connection.js file.

Frontend

  • Access Frontend directory on your terminal.

    npm install
    

Run Application

  • After you have configured files, open up terminal and type.