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:
Top comments (2)
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!
Thanks 😄. I think it's a good idea for a blog post. Stay tuned!