Skip to content

anujdutt9/iOS-Networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iOS-Networking

This repository contains the iOS app code for communicating with a REST API for networking like sending/recieving data in JSON format. The Python Flask application is used to host a sample REST service for performing some action and return some results.

Requirements

1. XCode 10+

2. MacBook

3. Python 3+

4. Flask