All Projects → partho-maple → Perfect-Server-Side-Swift_iOS-App

partho-maple / Perfect-Server-Side-Swift_iOS-App

Licence: other
A family tree API server implementation with iOS client. Server has been implemented with Perfect: Server-Side Swift And iOS client is in pure Swift.

Projects that are alternatives of or similar to Perfect-Server-Side-Swift iOS-App

Restapimvvm
App that interacts with a Rest Api. Architecture is MVVM.
Stars: ✭ 130 (+766.67%)
Mutual labels:  architecture, mvvm-architecture
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (+20%)
Mutual labels:  tree-structure, treeview
Android Modular Architecture
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
Stars: ✭ 2,048 (+13553.33%)
Mutual labels:  architecture, mvvm-architecture
Xaml Code Experiences
A collection of the experiences I have collected during days of Xamarin and Wpf, while following the MVVM design pattern.
Stars: ✭ 114 (+660%)
Mutual labels:  architecture, mvvm-architecture
RealmTaskTracker
SwiftUI version of the MongoDB Realm iOS tutorial
Stars: ✭ 24 (+60%)
Mutual labels:  realmswift, realm-mobile-database
Kotlin Mvvm Architecture
Android Architecture Design Patterns using Kotlin, MVVM, Dagger2, LiveData, Room, MediatorLiveData, NetworkBoundResources, Retrofit, AndroidX, ViewModels, Dependency Injection using Dagger2, Repository pattern.
Stars: ✭ 126 (+740%)
Mutual labels:  architecture, mvvm-architecture
Quiz App
A repository reflecting the progress made on the "How to Build iOS Apps with Swift, TDD & Clean Architecture" YouTube series, by Caio & Mike.
Stars: ✭ 230 (+1433.33%)
Mutual labels:  architecture, xctest
Kotlin Modular Tdd Coroutines Mvvm
A sample Kotlin app which was built with modular structure, Kotlin DSL, Kotlin Coroutines, TDD and MVVM patterns.
Stars: ✭ 256 (+1606.67%)
Mutual labels:  architecture, mvvm-architecture
react-tree
Hierarchical tree component for React in Typescript
Stars: ✭ 174 (+1060%)
Mutual labels:  tree-structure, treeview
Unity-IMGUI-TreeView
Simple Tree View implementation for IMGUI (Editor GUI) in Unity. Includes a special type for working with asset paths, but base data structure and view can be easily extended to support anything.
Stars: ✭ 73 (+386.67%)
Mutual labels:  tree-structure, treeview
Alfonz
Mr. Alfonz is here to help you build your Android app, make the development process easier and avoid boilerplate code.
Stars: ✭ 90 (+500%)
Mutual labels:  architecture, mvvm-architecture
realm-mapper-ios
Realm + ObjectMapper
Stars: ✭ 28 (+86.67%)
Mutual labels:  objectmapper, realmswift
2018 Android Architecture Components Workshop
Android Architectures & Architecture Components Hands-on
Stars: ✭ 45 (+200%)
Mutual labels:  architecture, mvvm-architecture
Android Mvvm Architecture
A basic sample android application to understand MVVM in a very simple way.
Stars: ✭ 129 (+760%)
Mutual labels:  architecture, mvvm-architecture
Ios Clean Architecture Mvvm
Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI
Stars: ✭ 753 (+4920%)
Mutual labels:  architecture, mvvm-architecture
Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: ✭ 2,925 (+19400%)
Mutual labels:  architecture, mvvm-architecture
Pbtreeview
An UITreeView implementation from UITableView that Apple missed in its UIKit framework. And it is in pure Swift.
Stars: ✭ 128 (+753.33%)
Mutual labels:  tree-structure, treeview
Graphview
Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
Stars: ✭ 152 (+913.33%)
Mutual labels:  tree-structure, treeview
realms-ios
Safe method for Realm
Stars: ✭ 22 (+46.67%)
Mutual labels:  objectmapper, realmswift
react-folder-tree
A versatile react treeview library that supports custom icons and event handlers
Stars: ✭ 56 (+273.33%)
Mutual labels:  tree-structure, treeview

Perfect: Server-Side Swift(Server with iOS Client)

Swift 3.0 Platforms OS X | Linux License Apache PerfectlySoft Twitter


A family tree API server implementation with iOS client. Server has been implemented with Perfect: Server-Side Swift And iOS client is in pure Swift.

★★ Star our github repository to help us! ★★

Created by Partho Biswas (@ParthoBiswas007)

What's in it

  • A family tree API server implementation with implemented with Perfect: Server-Side Swift.
  • An iOS mobile application that allows an user to create and view his family tree graph.
  • User can add his own family tree. The user starts with himself, specifies his data and specifies his relationship.
  • Each persons data contains his/her social security number, name, gender, date of birth. SSN is mandatory.
  • All data are synced into MySQL database.

Preview

preview

You May Also Like

A native Android version of this iOS app is also available at this repository.

Setup and configurations

A detailed setup and configuration guide can be found here.

Architecture and design

A detailed architectural design guide of the app can be found here.

Contributing

Contributions are welcome. Please just open an Issue on GitHub to discuss a point or request a feature or send a Pull Request with your suggestion. If there's a related discussion on the Swift Evolution mailing list, please also post the thread name with a link.

Please also try to follow the same syntax and semantic in your commit messages (see rationale here).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].