Skip to content

It is a simple react project that helps to put data in the MySQL and retrieve it. It is a registration form page through which user can register and send data into the MySQL database, and retrieve the data back by clicking on the show button.

License

Notifications You must be signed in to change notification settings

tayyebaahmed/react-node-user-register-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-node-user-register-system

It is a simple react project that helps to put data in the MySQL and retrieve it. It is a registration form page through which user can register and send data into the MySQL database, and retrieve the data back by clicking on the show button.

Setup

You should have Node.js installed and XAMPP Control Panel or any other software to access your MySQL database. After downloading the folders, through your terminal
cd client and npm install
then
cd serverand npm install

Import the test.sql file in your MySQL database.

Modify below code to suit your database details:
const db = mysql.createConnection({ user: 'root', host: 'localhost', password: '', database: 'test', })

Then in the end cd server folder and type node index.js to start your node server
And finally cd client and run npm start

About

It is a simple react project that helps to put data in the MySQL and retrieve it. It is a registration form page through which user can register and send data into the MySQL database, and retrieve the data back by clicking on the show button.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published