Skip to content

amtxdev/fullstack-thing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fullstack Crud App, With Express (Backend), React (Frontend) and MySQL (Database)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors