API endpoint, profile page, and iOS assets for Bloom
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz built out the backend and frontend for a user-facing application, moving the project toward a public launch.
Across six commits to bgrgndzz/bloom, Gündüz added a user creation API endpoint [1] and built a profile page [2] to display user information. He added CORS support [4] to allow cross-origin requests, enabling the frontend to communicate with the backend. On the client side, he created iOS launch screens and app icons [5], preparing the mobile app for distribution. He also removed the test command [3] from the build configuration and migrated the service to a temporary domain [6], getting the infrastructure ready for early access.
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] create user api endpoint bgrgndzz/bloom
- [2] create profile page bgrgndzz/bloom
- [3] remove test command bgrgndzz/bloom
- [4] add cors support bgrgndzz/bloom
- [5] create ios launch screen and app icons bgrgndzz/bloom
- [6] migrate to a temporary domain bgrgndzz/bloom