Skip to content

XSTRANGER-7/calmcorner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedure to setup locally:

[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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Video explanation:

Click Here