Skip to content

Prosquid1/ClothesStore-iOS

Repository files navigation

ClothesStore (iOS)

Swift 5 MVP

iOS client for an online catalogue.

App Demo Gif

Setup:

Edit the ServerSecrets.swift file in the Helpers directory of the project

struct ServerSecrets {
    static let API_KEY="API_KEY_HERE"
    static let BASE_URL="BASE_URL_HERE"
    static let HEADER_AUTH_KEY="AUTH_KEY_HERE"
}

The private keys above can be provided by Melissa.

Note:

The backend was designed in a way that requests had to be chained, hence the refresh after certain GET/POST requests

About

iOS client for an online catalogue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published