jaraj88 / github-demo

a simple demo reposiitory to show the basic Git workflow
0 stars 0 forks source link

Creating Citri Base #1

Open jaraj88 opened 1 month ago

jaraj88 commented 1 month ago

Backend development of Citri. APIs, Repositories, Hubs, Data collect, etc. Establish points of development

jaraj88 commented 1 month ago

apple-store-app/ ├── AppleStoreApp/ │ ├── Models/ │ │ ├── Store.swift │ │ ├── Review.swift │ │ └── User.swift │ ├── Views/ │ │ ├── ContentView.swift │ │ ├── StoreDetailView.swift │ │ └── StoreListView.swift │ ├── Network/ │ │ ├── APIService.swift │ ├── AppleStoreApp.swift │ └── Assets.xcassets └── Info.plist

jaraj88 commented 1 month ago

Base for backend exposure. Framework for swift UI. ^