Comic website
My project is a web application for reading comic books, allowing users to upload and read comics. It's developed using Typescript and MongoDB for the database, NestJS for the backend, and ReactJS for the user interface. The website includes features like comic CRUD operations, trending comics, user registration, login, and role-based authorization. I've implemented data caching for improved performance and automated comic updates by incorporating a Cron job to crawl and fetch comics from another website.