Tag: express
All the articles with the tag "express".
Recreating a WordPress-Like Platform with Microservices Architecture
Published: at 06:50 PMIn this project, I set out to recreate a platform similar to WordPress, leveraging a microservices architecture. The backend is a REST API built using Node.js and Express, and relies on MongoDB with Mongoose as the ORM. The frontend is developed using React and styled with the Tailwind CSS framework.