AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

Refactor template backed away from openapi-generated code #30

Closed JoeCap08055 closed 1 month ago

JoeCap08055 commented 1 month ago

Purpose

The goal of this PR is to refactor the social-app-template away from API instantiated from an OpenAPI spec file (ie, "spec-first" design), in favor of clear, readable code

Related to #31