Setting Up A Bootstrap Admin Dashboard | NodeJS App

preview_player
Показать описание
#nodejs #dashboard #mysql

In this interactive video, we will set up an admin dashboard from a bootstrap template, and implement it with a NodeJS app, to display custom mysql data, dynamically! Enjoy :D
-------------------------------------------------------------------------------------------------------------------------
✨LINKS✨

-------------------------------------------------------------------------------------------------------------------------
✨CHAPTERS✨
0:00 Intro
0:40 NodeJS Apps
1:55 Architecture
2:38 Making the NodeJS App
4:14 Bootstrap Template
6:33 Connecting Bootstrap to NodeJS
12:30 MySQL Connection
12:34 Testing
26:18 Conclusion
Рекомендации по теме
Комментарии
Автор

This kid is a beast 🔥. I’m a professional dev, and I watched one of his vids to help do something at work

andrewcenteno
Автор

great job !! the server was loaded successfully, except that the table data does not appear in the span tag inside the h3, despite placing the script tag in the html and I continue to receive this error in the console: dashboard.js:1 Uncaught ReferenceError: require is not defined
at dashboard.js:1:18. So i asked gpt why im having this trouble and he said "If you're encountering this error in code that's running in the browser (e.g., a JavaScript file for a web page), it's important to understand that require is not natively supported in browsers. Instead, to import modules in a browser context, you can use features like import (for ES6 modules) or bundlers/transpilers like Webpack, Rollup, or Babel to convert your code into a format that can be executed in the browser."

mrestudos
Автор

How to run react-app inside the public folder?..

SuryaSurya-woei