[Create React App] (https://github.com/facebook/create-react-app).
Then on our terminal, write below sets of commands.
npm install react-scripts
npm install
npm start
Download Xampp
app ,then start Apache
and MySql
services
Then, go to MySql Admin and create a new Database named register
, in register create a table named login
of 4 columns.
In table,column names are id
,name
,email
,passwords
, in which the file name logins.
For enabling Python Chat-bot: (for linux)
First set up Flask. Click here for official Flask Documentation.
python3 ./app.py
The page will reload when you make changes.
You may also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.