This should go into separate repository in typeorm organization, like typescript-example and javascript-example.
What is the requirements for minimum?
I'm ready to create such kind of example, but for koajs@2
. If it interested and fits to this request.
yes I think good to have examples for both koa and express. Requirements are to fit best practices from koa and typeorm (Im going to guide you over last), create few entities for example Post
and Category
or Blog
and Category
and few controllers. Directory structure should be:
controller
entity
...
app.ts or index.ts
As base starter typescript-example should be taken.
Most helpful comment
Implemented.