Tech Stacks
Last updated
Was this helpful?
Last updated
Was this helpful?
In these days, most of applications are on the web. With various frameworks, how do you pick for your need?
In the simple data collection/presentation, we want to the application ready in a short time. In a mission critical transaction, we may consider the performance.
What if you want to have a quick prototype to present to manager team, then deep dive into the right solution after planned? In here, I am going to have solution of how to do. Use bookstore model as example in some different kinds of projects.
Fullstack MVC
Django REST Framework + Fully Server Side React JS (No Next.js)
REST
Object relationship model (ORM)
Flask w/SQLAlchemcy
Node.js w/typeORM
Node.js w/Adonis
Backend
Frontend
GraphQL
Frontend
gRPC
Backend
Frontend
Migration Options:
Migrate Your Prototype to Your Coding framework :
Once your have prototype for demo,
Django is battery included framework.
It can be set up easy for the presentation.
Once you have ideas to demo to team, you can start use the following to migrate.
Need to login to have both REST APIs and React JS to work. No React JS expose to public.
Backend .
.
to migrate.
ccapeng@gmail.com