DEV Community

Taha Shashtari
Taha Shashtari

Posted on

A Full-stack Application with Vue and Node

A few weeks ago, I shared on GitHub an example of a full-stack app built with Vue on the frontend and Node/Express on the backend. So I thought it would be helpful to share it here as well so more developers can learn from it.

This demo covers things like:

  • Authentication/Authorization with JWT
  • Routing
  • Communicating with a backend API
  • Managing the state of the app with Vuex
  • Uploading Images
  • Forms Validation
  • Handling errors
  • Loading states
  • More stuff

You can view the source code of both the frontend and the backend projects on GitHub. And you can also see a live demo of the app.

I hope you can learn a thing or two from it 😄!


Links:

Oldest comments (2)

Collapse
 
sm0ke profile image
Sm0ke

Hello,
Thank you for the nice stuff. It would be useful for the beginners to say a few words about the deployment.
Cheers & Happy coding!

Collapse
 
tahazsh profile image
Taha Shashtari

Thanks 😄. I think it's a good idea for a blog post. Stay tuned!