This is a simple project to learn the principles to call REST APIs from an iOS App. This project includes en express server to produce and consume endpoints.
To run the webserver:
- Install Node.js.
- Install project by calling
npm install
. - Start the webserver:
npm start
To run the app, it's necessary a MacOS running machine with the latest version of XCode installed.