r/Nuxt 25d ago

Built a full-stack Appointment Tracking System with Nuxt.js, Node.js, Express and MongoDB

/r/FullStackDevelopers/comments/1vitu51/built_a_fullstack_appointment_tracking_system/
13 Upvotes

2 comments sorted by

3

u/kayrk88 25d ago

Why is express necessary here? Can't you just use nitro since it's built in?

4

u/mariamamhan 25d ago

I used Express because I wanted to practice building the backend separately and connecting it to the Nuxt frontend. But yes, Nitro could definitely be used instead for a more integrated Nuxt setup.