Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
/ kogershin Public archive

iOS app that allows you to track your Kazpost parcels

License

Notifications You must be signed in to change notification settings

yenbekbay/kogershin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kogershin logo

Kogershin is an iOS app that allows you to track your Kazpost parcels.

Stack

Kogershin iOS app is written in Objective-C using the MVC architecture. It's built with Parse SDK.

Kogershin backend is built on top of Parse BaaS. Unfortunately, Parse was shut down, so this setup is not going to be functional. You can however use the source code for you learning purposes or modify it to build a backend on Parse Server.

Setup

  1. Clone the repo:
$ git clone https://github.com/yenbekbay/kogershin
$ cd kogershin
  1. Install iOS app dependencies from CocoaPods:
$ (cd ios && bundle install && pod install)
  1. Configure the secret values for the iOS app:
$ cp ios/Kogershin/Secrets-Example.h ios/Kogershin/Secrets.h
$ open ios/Kogershin/Secrets.h
# Paste your values
  1. Open the Xcode workspace at ios/Kogershin.xcworkspace and run the app.

License

MIT License © Ayan Yenbekbay