Skip to content

Commit 2b9e719

Browse files
authored
Create README.md
1 parent 383aedc commit 2b9e719

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Tutorial: Reactjs + Nodejs + MySQL Example
2+
3+
https://loizenai.com/reactjs-nodejs-crud-mysql/
4+
5+
In the tutorial, I introduce how to build an “React.js Nodejs CRUD MySQL Example” project with the help of Ajax to POST/GET/PUT/DELETE requests with step by step coding examples:
6+
7+
– Nodejs project produces CRUD RestAPIs with MySQL database using the supporting of Sequelize ORM.
8+
– React.js project will consume the Nodejs CRUD RestAPIs by Ajax then show up on Reactjs component’s views.
9+
10+
List to do:
11+
12+
– I draw a fullstack overview Diagram Architecture from React.js Frontend to MySQL database through Nodejs RestAPI backend.
13+
– Develop Nodejs CRUD RestAPIs with the supporting of Sequelize ORM.
14+
– Implement Reactjs CRUD application with Ajax fetching APIs to do CRUD request (Post/Get/Put/Delete) to Nodejs Backend APIs.
15+
– I create a testsuite with a number of integrative testcases with CRUD RestAPI requests from Reactjs to do CRUD requests to Nodejs RestAPIs Server and save/retrieve data to MySQL database.

0 commit comments

Comments
 (0)