fsvwd / vuebnb

Source code for the Vuebnb app from the book Full Stack Vue Web Development: Vue.js, Vuex and Laravel
Other
58 stars 27 forks source link

Proposal #1

Open PaulMaly opened 6 years ago

PaulMaly commented 6 years ago

Hi, nice project! I really like, then people creating some good examples/educational projects. Especially if these projects are similar to real. I think it's an excellent experience for the junior developers and students.

Maybe you could publish api docs and transform this project to something like RealWorld: https://github.com/gothinkster/realworld

So, other frontend technologies would be able to use your boilerplate and backend api to create similar projects based on it.

Is it acceptable to you? What do you think about it?

anthonygore commented 6 years ago

Hi Paul,

This is used as a demo from the book Full-Stack Vue.js 2 and Laravel 5. I'm actually going to shut down this repo now as it was set up temporarily before the book was published.

Here's the official repo for it:

https://github.com/PacktPublishing/Full-Stack-Vue.js-2-and-Laravel-5

I think expanding on this project is a great idea and I'd be happy for someone to do it, however I'm tied up on other projects right now. The code is MIT, so feel free to experiment with this further if you like.

Cheers, Anthony

PaulMaly commented 6 years ago

@anthonygore thanks for the answer. So, seems you don't mind if someone forks this repo in future and deploys some educational project based on it?