Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 585 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 585 Bytes

Express Workshop

What is this?

This is an introductory workshop to Node.js and Express. You'll be building your own platform to write, publish and save blog posts (a basic content management system, or CMS).

Why?

Express is one of the most widely-used frameworks for Node.js. It simplifies base features of Node.js, making it easier and faster to build your application's backend. Learning Express gives you a great foundation for becoming a Node.js developer ✨

The workshop documentation is in the gh-pages branch of this repository.