app-generator / sample-django-tastypie

Django Tastypie Sample - Open-Source Playground | AppSeed
https://appseed.us/boilerplate-code/
2 stars 0 forks source link

2nd Phase - Openapi to Models translation #2

Open app-generator opened 1 year ago

app-generator commented 1 year ago

Hello @koladev32 For this evolution please use a new branch.

Here is the flow:

The OA -> model translation is done already by this tool:

https://github.com/app-generator/devtool-openapi-parser

We can start with the most simple INPUT, a products model available in inputs directory

Ty!