https://github.com/foscomputerservices/fosshowcase
Swift/Vapor/SwiftUI application for fsocomputerservices.com showcase and customer portal
https://github.com/foscomputerservices/fosshowcase
Last synced: 12 months ago
JSON representation
Swift/Vapor/SwiftUI application for fsocomputerservices.com showcase and customer portal
- Host: GitHub
- URL: https://github.com/foscomputerservices/fosshowcase
- Owner: foscomputerservices
- License: apache-2.0
- Created: 2024-09-11T00:09:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T15:57:12.000Z (about 1 year ago)
- Last Synced: 2025-07-25T05:14:11.073Z (12 months ago)
- Language: Swift
- Size: 7.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FOSShowcase
  [](https://swiftpackageindex.com/foscomputerservices/FOSShowcase) [](https://swiftpackageindex.com/foscomputerservices/FOSShowcase)
FOSShowcase contains a number of applications that showcase the Open Source technologies developed by [David Hunt](www.linkedin.com/in/davidhun) of [FOS Comoputer Services, LLC](https://www.linkedin.com/company/fos-computer-services). It demonstrates how to use [Swift](https://swift.org) to build an M-V-VM full-stack suite of applications:
- [Vapor](https://vapor.codes/)-based [Backend Web Server](https://www.focomputerservices.com) deployed on [AWS](https://aws.amazon.com/)
- [Ignite](https://github.com/twostraws/Ignite)-based [Web Front End](https://www.focomputerservices.com)
- [iOS Application]()
- [iPadOS Application]()
- [macOS Application]()
- [watchOS Application]()
- [tvOS Application]()
- [visionOS Application]()
- [Skip](https://skip.tools)-based [Android Application]()
## Documentation
For guides, articles, and API documentation see the
[library's documentation on the Web][docs] or in Xcode.
[docs]: https://swiftpackageindex.com/foscomputerservices/FOSShowcase/documentation/fosshowcaseserver
## Alpha Stability Warning
Please note that these libraries are currently a work in progress. The APIs are rapidly evolving and while the overall architecture is set, breaking changes will occur until 1.0 is released. The documentation is evolving, but the 'Getting Started' guidance is incomplete. Nonetheless, the implementations are stable and unit tests are in place to ensure proper code coverage and stability of all publicly-facing APIs. This warning will remain in place until I feel that these limitations are remedied. Please log any issues that you might find or suggestions for improvements.
## FOSShowcaseWebServer
FOSShowcaseWebServer is the web service backend that supports the various front end applications.
For guides, articles, and API documentation see the
[library's documentation on the Web][docs] or in Xcode.
## FOSShowcaseWebApp
FOSShowcaseWebApp is an [Ignite](https://github.com/twostraws/Ignite)-based web application that presents an HTTP version of the application to the public at [http://www.foscomputerservices.com](http://www.foscomputerservices.com).
## FOSShowcaseiOSApp
FOSShowcaseiOSApp is a cross-platform [SwiftUI](https://developer.apple.com/xcode/swiftui)-based application that runs on:
- [iOS](https://www.apple.com/ios) - [Install]()
- [iPadOS](https://www.apple.com/ipados) - [Install]()
- [watchOS](https://www.apple.com/watchos) - [Install]()
- [tvOS](https://en.wikipedia.org/wiki/TvOS) - [Install]()
- [visionOS](https://developer.apple.com/visionos) - [Install]()
## Maintainers
This project is maintained by [David Hunt](https://www.linkedin.com/in/davidhun/) owner of [FOS Computer Services, LLC](https://www.linkedin.com/company/fos-computer-services).
## License
FOSShowcase is under the Apache License. See the [LICENSE](https://github.com/foscomputerservices/FOSShowcase/blob/main/LICENSE) file for more information.