An Android client app displaaying and managing family tree consuming REST API server. Server has been implemented with Perfect: Server-Side Swift And Android client is in pure Java.
★★ Star our github repository to help us! ★★
Created by Partho Biswas (@ParthoBiswas007)
- A family tree API server implementation with implemented with Perfect: Server-Side Swift. Server implementation is at this link.
- An Android 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.
The API server implementation along with a native iOS client of this Android app is also available at this repository.
A detailed setup and configuration guide can be found here.
A detailed architectural design guide of the app can be found here.
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).