ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

Refactor social-app-backend template away from openapi-generated code #31

Closed JoeCap08055 closed 6 months ago

JoeCap08055 commented 6 months ago

Description

As a developer, I would like the example application template to have clear, readable & understandable code. The current code base utilizes a framework generated by an OpenAPI spec which is difficult to read. While production applications benefit from this kind of "spec-first" development, the goal of this template repository is to provide a clear and concise example for others to understand how to build their own Gateway app. In light of that, a hand-coded application base with concise & consistent naming patterns provides a better learning opportunity.