JavaScript CRUD Rest API: Nodejs, Express, Postgres, Sequelize, Docker

preview_player
Показать описание
In this Live episode, I will build a set of CRUD APIs, using:
- Express
- Sequelize
- Postgres as a Database
- Docker
- Docker compose.

#nodejs #expressjs #postgres #docker #javascript

0:00 Architecture, project init, dependencies
1:59 db connection, User model
5:02 Users Controllers: Create, Read, Update, Delete
22:11 running the Postgres container, build node app, run the container app.
24:17 Test endpoints
Рекомендации по теме
Комментарии
Автор

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

francescociulla
Автор

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

johnmichaeldejesus
Автор

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

Trecia_KS
Автор

Great stream. Will help lots of people.

pradumnasaraf
Автор

Straight forward, to the point, just liked it

arshadjamal
Автор

Great Tutorial. Will help a lot of them out there. 😃

adityasharma
Автор

I'm late to the stream but will watch the recording!

JuliaFMorgado
Автор

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 .

rfqdlfm
Автор

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

ranveerancharaz
Автор

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!

RajeshJaswalPune
Автор

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.

joaosoares
Автор

If I coded like you I don't think my MD would be screaming at me our head 247 😂

ryanfavour
Автор

hey what if i dont want to use your image in your docker hub, what would be a good alternative to the image?

womqhxt
Автор

also i cant change the values in the db name even when i try changing both and rebuilding why is that?

womqhxt
Автор

how canone start the server if you dont have the postgress gui ?
you didnt take us arround downloading it fr those who are new

abrahamjude
Автор

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.

ngamsomset
Автор

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?

teothedoor
Автор

what is the name of the extension that completes your code?

bonprog
Автор

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?

Dalsy
Автор

docker compose -d node_db is not working it shows (root) Additional property node_db is not allowed

pesforlife