I cannot run docker on my pc can I develop in wappler anyway?

Hey there folks :slight_smile:
Unfortunately my poor old pc refuses to cooperate as docker is just too much for it to handle. Can I still use wappler to develop my apps or wont it work? I am using node js

Hello,
You don’t need Docker for node.js development. Wappler has its own node.js server integrated, so you can use it directly when you setup a node.js project.

@Teodor thank goodness!!! having soooooo much fun with wappler :wink: of course am eye-balling a new pc so hopefully can work with docker soon

regards Linda

1 Like

might you have a tutorial on how to check that the node server is running as it should? I am hitting run, but it’s not running so I am guessing that I am missing a step :slight_smile:

Can you post a screenshot of your target configuration in your projects settings as well as what you see exactly in Wappler when the node dev target is selected?

This may help:

thank you so much Ben :slight_smile: I am SUCH a newbie that I need all the help I can get :slight_smile: :slight_smile:

my apologogies just discovered that I hadn’t even installed the dependencies so Wappler let me know that it was the issue, all is well now…green lights accross my dashboard :slight_smile: :slight_smile: :slight_smile:

2 Likes

Hello, I would like to make my contribution, because yesterday I saw several videos on youtube on this topic:

1-> You can use HERUKO and Google Firebase to host your projects for free! No charge! I just don't know if they create a database too, but for the right static site.
NOTE: Does anyone know if it is possible to create DB?

Link to video-tutorial on how to connect

Heroku:

Google Firebase:

2-> With XAMPP, it is an installer of all the applications needed for us to run a development environment (it has Apache + MariaDB + PHP + Perl).

There is already an integration of it with phpmyadmin (today it is no longer necessary due to the implemented database manager), but we can get a sense of how our table is seeing it through phpmyadmin.

The link to the product (free) is: XAMPP Installers and Downloads for Apache Friends

Here you can see a video tutorial in Portuguese-Brazil on the topic:

I hope I can have helped you in something!

1 Like

Hey there thanks a mil for this :slight_smile: I was actually contemplating trying either heroku or firebase. I’ll set one of them up and report back when I get it to work because I am using nodejs :wink: at least I think that heroku actually ships with a database integration :wink:

https://datazenit.com/heroku-data-explorer.html?tp=gdw21&gclid=CjwKCAiA_9r_BRBZEiwAHZ_v10NE0-xbF71LIIZ8GFjrdGB_VpyzemmSiwBtGStLPORhoSr_YsxZJxoCC7QQAvD_BwE

Heroku provides a free tier of PostgreSQL and there are two 3rd party addons(jawsdb and cleardb) for mysql/mariadb also with a free tier.

Nonetheless the limits of all the free DB options in Heroku are very low.

1 Like

ahhh that wasn’t good regarding the limits thanks for the heads up :slight_smile:

1 Like