As someone who has recently started in the cloud field, this tutorial helped alot! Looking forward for more live walkthroughs of mini projects such as this. Thank you
Merci beaucoup c'est très bien expliqué. Bravo :) Si jamais vous pourriez faire une suite avec comment connecter un Frontend avec Vuejs 3 ça serait parfait avec la récupération d'un token .
@@francescociulla Hello Francesco! Currently i'm exploring Docker and CI/CD to make the workflow and deployment more efficient. And of course a lot of other tools represented in your channel
Hi. How do you make these pre-text ready to deploy with one key away? It seems that you have all the code in light gray right after you write a few lines and just press one key to print at your vscode.
awesome tutorial! Though, I am facing a problem when I run update user (updateUser) - > return user.save(); it results in "TypeError: user.save is not a function" Could someone plase help!
I follow yours steps but why when I try to create users from postman just like you did, the name and email are null? its successfully created but both fields are null.
Great stream really, I'm a complete ignorant in Docker so this video is literally a manna dal cielo but I have a problem I can't resolve, after running the command ```docker compose -d node_db``` I can't connect to the db with table plus, error says "database node_live_db does not exist". I've tried to debug it for a couple hours now but seems like today luck is not on my side. Anyone knows what might have gone wrong?
@@francescociulla Luck finally got on my side, i rewrote the docker compose and now I can connect from tablePlus, probably just misspelled something and couldn't see it even after reading it 100 times, sometimes it's just like this. Thanks for the quick answer anyway, I'm going to finish the stream later hoping everything goes as it should go so big thanks again Francesco and buona domenica!!
@@francescociulla da Junior non posso far altro che ringraziare chi crea questo tipo di contenuti, sopratutto quando sono spiegati e supportati cosi bene!
Find Francesco: francescociulla.com
0:00 Architecture, project init, dependencies
1:59 db connection, User model
5:02 Users Controllers: Create, Read, Update, Delete
10:06 routes, index.js
14:11 Docker: .dockerignore, Dockerfile, docker-compose.yml
22:11 running the Postgres container, build node app, run the container app.
24:17 Test endpoints
As someone who has recently started in the cloud field, this tutorial helped alot! Looking forward for more live walkthroughs of mini projects such as this. Thank you
there will be more 🚀
I love how you talk through everything you do.
I think it does help with remembering things. Something i must start doing :)
Great stream, Fran :D
highly appreciated Trecia!
Straight forward, to the point, just liked it
you are welcome
Great stream. Will help lots of people.
thanks Pradumna. great response in this video! JavaScript never fails you!
I'm late to the stream but will watch the recording!
probably one of my best livestreams so far! It just misses the Kubernetes part!
awesome tutorial, thanks for that!
you are welcome Mauricio!
This one is 1hr shorter that the one with yotam :P And it will go smoother if someone has done the other one first :P
Great Tutorial. Will help a lot of them out there. 😃
you are welcome
Merci beaucoup c'est très bien expliqué. Bravo :) Si jamais vous pourriez faire une suite avec comment connecter un Frontend avec Vuejs 3 ça serait parfait avec la récupération d'un token .
thank you Ophelie!
Amazing channel!
thank you so much Nar! what have you been exploring so far?
@@francescociulla Hello Francesco! Currently i'm exploring Docker and CI/CD to make the workflow and deployment more efficient. And of course a lot of other tools represented in your channel
@@narzantaria1102 thanks for the feedback
Beautifull tutorial, thank you
you are welcome!
Thank you, very cool video))
you are welcome!
If I coded like you I don't think my MD would be screaming at me our head 247 😂
😂
hey what if i dont want to use your image in your docker hub, what would be a good alternative to the image?
build your own by following the tutorial! just change the image: xyz and it will create a new one.
Hi. How do you make these pre-text ready to deploy with one key away?
It seems that you have all the code in light gray right after you write a few lines and just press one key to print at your vscode.
it's Github copilot. if you dont' have it, the code is alla vialable on github
how canone start the server if you dont have the postgress gui ?
you didnt take us arround downloading it fr those who are new
what do you mean by postgres ui? do you mean the tableplus tool?
Hello! I'm new to docker-compose. Is it necessary to deploy this project to render or anywhere else? If yes, how to deploy docker-compose?
you use the docker-compose.yml file to deploy it. a simple wat is to run "docker compose up" in the project folder
@@francescociulla Thank you. So docker-compose is enough for deploying? I have also a few questions to ask, if you don't mind.
awesome tutorial! Though, I am facing a problem when I run update user (updateUser) - > return user.save(); it results in "TypeError: user.save is not a function" Could someone plase help!
I think you should provide both the name and the email to it in this case. of course it should and it will be updated in another version
what is the name of the extension that completes your code?
GitHub Copilot
I follow yours steps but why when I try to create users from postman just like you did, the name and email are null? its successfully created but both fields are null.
the header in the request should be "content-type: application/json"
Esse vídeo é perfeito!
thank you so much David!
also i cant change the values in the db name even when i try changing both and rebuilding why is that?
you need to do "docker compose down -v" then create a whole new one
Excellent
thanks!
Great stream really, I'm a complete ignorant in Docker so this video is literally a manna dal cielo but I have a problem I can't resolve, after running the command ```docker compose -d node_db``` I can't connect to the db with table plus, error says "database node_live_db does not exist". I've tried to debug it for a couple hours now but seems like today luck is not on my side. Anyone knows what might have gone wrong?
how did you define the db in docker compose?
@@francescociulla Luck finally got on my side, i rewrote the docker compose and now I can connect from tablePlus, probably just misspelled something and couldn't see it even after reading it 100 times, sometimes it's just like this. Thanks for the quick answer anyway, I'm going to finish the stream later hoping everything goes as it should go so big thanks again Francesco and buona domenica!!
@@Dalsy97 Ciao un commento positivo in italiano mi fa sempre sorridere 💙
@@francescociulla da Junior non posso far altro che ringraziare chi crea questo tipo di contenuti, sopratutto quando sono spiegati e supportati cosi bene!
nice man thanks
you are welcome!
@@francescociulla hey , my ports are not getting mapped to localhost ,the connection is successful but i am unable to view it on local host
Can you do another video with sequelize migration
that's a good idea
@@francescociulla Yes I will be expecting it. I actually struggled with it sometimes back but there is no video about it on TH-cam
docker compose -d node_db is not working it shows (root) Additional property node_db is not allowed
try to clone the repository as it is and run it again
Hi Francesco, I hate javascript and love python. Now I wanted to learn rust . Is Rust easy to learn ? How much time it will take to learn Rust ?
you can start here th-cam.com/video/R33h77nrMqc/w-d-xo.html
❤
thanks for the support Nick!!