Crud App with Express.js Api React.js Frontend MySQL Database.
- 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.
- Create mySQL Database (name fullstack_thing).
- Import .sql file in Database folder.
-
Access Backend directory on your terminal.
npm install -
Setting Database Connection in services folder.
-
Edit your MySQL connection in connection.js file.
-
Access Frontend directory on your terminal.
npm install
- After you have configured files, open up terminal and type.
-
Backend Folder
npm run startRunning on: http://localhost:5000
-
Frontend Folder
npm run startRunning on: http://localhost:5005