Skip to content

React Node.js MySQL Full Stack Blog App Tutorial

Notifications You must be signed in to change notification settings

MaxMetaQuip/MySQL-lamadev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Content of this tutorial

Create the application folder Create two subfolders client and api Create react application into client folder Create the pages folder Create the pages components and their code using the shortcut rfce Install react router --> https://reactrouter.com/en/main/start/tutorial For the styling we're going to use https://sass-lang.com/ In order to use rich text you have to use the library react-quill After finishing the client side, you have to go on the back-end side and build the apis. Cd /api Npm init -y Create index.js file npm i express mysql nodemon Change scripts in the package.json file If you have troubles with the CRUD actions see this tutorial Create the db connection in a separate file

React Node.js MySQL Full Stack Blog App Tutorialimage

React Router DOm

In order to create pages and routing you have to use: • ReactRouter ReactDomOutletimage

About

React Node.js MySQL Full Stack Blog App Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published