Overview
Some things we'll be covering in this workshop include:
- Introduction to Node.js (opens in a new tab)
- Installing Node.js (opens in a new tab)
- Broser vs Node
- Javascript
- Modules
- HTTP server using
http
module - How APIs work?
- Packages
- Introduction to Express.js (opens in a new tab)
- Basic API with Express.js (opens in a new tab) and
fs
module - Connect with database
- User Interface
- Conclusion
Before we start, I just want to mention that I'm not an expert in any of these areas; I'm still exploring and learning. So, this will be me taking you along on my learning journey and nothing more.