DEV Community

Discussion on: What Tech Stacks are Folks Using for New Projects?

Collapse
 
mestrak profile image
MeStrak • Edited

Standard web tech stack for most of my projects:

  • Backend: NestJS - very well structured NodeJS framework encouraging good app architecture
  • Frontend: Vue.js - easy learning curve for new developers, paired with Vuetify to create nice layouts quickly
  • API: GraphQL - because it can do everything REST can and more
  • Database - depends on the project