Wednesday, Nov 7, 2018
shippedAPI endpoint, profile page, and iOS assets for Bloom
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.
Sources
- create user api endpoint · bgrgndzz/bloom
- create profile page · bgrgndzz/bloom
- remove test command · bgrgndzz/bloom
- add cors support · bgrgndzz/bloom
- create ios launch screen and app icons · bgrgndzz/bloom
- migrate to a temporary domain · bgrgndzz/bloom