Skip to content

A react-native app that connects to python flask server.

Notifications You must be signed in to change notification settings

mahesh147/Andro-PyConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Andro-PyConnect

A react-native app that connects to a python flask server. The app allows user to send POST request to the server. The server get the json data from the app and console logs the message.

A react-native-router-flux has been used navigation within the app.

Axios library is used to send the POST request from the client to the server.