adds code


In this video, I will walk through step by step on how to config a NodeJs project with Typescript. The Node server will have ability to connect to Postgres database Docker container and run database migration script to config the database. If you have not watched my tutorial on how to make a Game Website with ReactJs, Typescript and styled components. Here is the link: https://youtu.be/ZW1qb9kYjGo Support the channel: paypal.me/liftandshiftdev Good document on database migration scripts: https://nickcraver.com/blog/2016/05/03/stack-overflow-how-we-do-deployment-2016-edition/#database-migrations docker-compose control startup order issue: https://docs.docker.com/compose/startup-order/ #javascript #nodejs #typescript #postgres #webdevelopment #liftandshiftdev #es6 #ts #js #docker #dockercompose #postgresql #migrations 0:00 - Introduction 0:25 - Initialise the project and install dependencies 6:50 - Simple Node server 8:32 - Create Dockerfile 10:30 - Create docker-compose file 16:43 - Database migration scripts 19:55 - Database environment variables 23:00 - Absolute path import with Typescript 27:08 - docker-compose startup order issue 31:00 - Verify database migrations script working
Previous Post Next Post