Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 518 Bytes

NYPopular

The used architecture is MVVM.

The App has two targets:

  1. Main App target, which contains a unit test file to test the model view.
  2. a framework target called Networking to handle backend communications. It has a unit test file to test its major function.

To build the App just run the following command: fastlane gym --export_method development

To run the tests, just do: fastlane tests

Note: If I missed something then it is because I am overwhelmed with my current job.