How to build a Node Express Server from scratch: A Solid, Reliable, and Scalable Boilerplate

preview_player
Показать описание
**READ ME PLEASE**
I FORGOT TO ADD node_modules IN THE .gitignore FILE LIKE AN IDIOT. I MENTION THIS IN THE 2ND PART OF THIS SERIES BUT PLEASE DON'T MAKE THE SAME NEWBIE MISTAKE LIKE ME LOL!!

GitHub Repo:

Playlist link:

A student in our Discord from our Full Stack Development course asked a great question: how to build a backend only boilerplate? So rather than just code out a server boilerplate for them I decided to code it out in a video playlist instead and talk about what and why I write!

We build a TypeScript, Node, Express, MySQL backend from total scratch! We include tools like ts-node, nodemon, mysql, express middlewares, async loaders for speed, dynamic imports, environment variables, and more!

Don't forget to like this video and subscribe to our channel – we're publishing more videos and walkthroughs every week. Comment below and let us know what you'd like to see next!

Рекомендации по теме
Комментарии
Автор

Very interesting! Can you also upload applying solid principles by doing a rest api?

d-landjs
Автор

great video, but about dynamically importing the loader file, can't we import the loader func & call it inside startServer? Should work exactly same?

prakhartandon
Автор

Is this advanced level since it's very hard to know what's going on... I only know using the web browser for functionality. When should I look into this knowledge?

quanghungpham