DEV Community

Discussion on: Announcing the Appwrite Hackathon on DEV!

 
justaashir profile image
Aashir Khan

You can use render.com (they have a small free plan) for NodeJS server hosting. Also you can use repl.com to build too, they provide a publicly shareable url and a small 512 mb ram.

Thread Thread
 
meldiron profile image
Matej Bačo

Hmm, as far as I am concerned, live deployment is not necessary. As long as there are some screenshots/showcases, open-sourced project with proper readme to follow, I would say that is fine.

Thread Thread
 
moose_said profile image
Mostafa Said

Awesome! Thank you so much for the info :)

Thread Thread
 
tqbit profile image
tq-bit • Edited

I imagine you can also extend the docker-compose template here: gist.github.com/eldadfux/977869ff6...

You could then use a utility container for appwrite CLI and nginx (or traefic) for your Vue app. And run everything on a DO droplet.

I'm still in the layout phase. If you like, I'll keep you posted once I start building the architecture.

Thread Thread
 
moose_said profile image
Mostafa Said

I'm still trying to discover appwrite and docker more as I never worked with either of them before. I have couple of ideas on mind but I'm just in the phase of doubting my ideas :D When I get to the phase where I get it together and start building, your information will be a great help.