A code demonstration of an API application following the MRC pattern (Model-Router-Controller) built with Express.js as a backend to a mock Blogging website. It features endpoints for user registration, authentication, posting of comments and blogs, as well as for content moderation for administrators.
A code demonstration of an API application following the MRC pattern (Model-Router-Controller) built with Express.js as a backend to a mock Ecommerce website. It features endpoints for user registration, authentication, profiles, shopping carts, and order checkouts. It also has an admin dashboard for product-related CRUD operations, and an endpoint for product and user uploads that uses an AWS S3 bucket for storage.
A code demonstration of a web application for a functional mock Blogging Website built in React.js, where users can view, comment on, and create their own blog posts. It has registration and authentication functionalities, and also features an admin dashboard for content moderation.
A code demonstration of a web application for a functional mock ECommerce Website built in React.js, where users can view shop items, add them to cart, and checkout their carts. It has registration, authentication, and user profile functionalities, and also features an admin dashboard for shop products management.
You can visit the link below to view the code repository for this webpage.