wchopite / clean-architecture-with-typescript-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geo-targeted API to find the latest catalogs (flyers) and the best deals from the nearest retailers, helping customers to save on their purchases.

The API is built with TypeScript and MongoDB on top of Node.js, using TDD, Clean Architecture, SOLID principles, and some Design Patterns and DDD Patterns.

It serves geolocated content based on city and uses roles and permissions to manage all resources (such as catalogs, retailers, and categories). The API also supports several filters, such as a product filter within the catalogs, which is possible thanks to the use of an OCR (Google Vision API) to extract text from each page of the catalogs.

This repository is part of a series of videos about Clean Architecture with TypeScript. You can follow the series on YouTube.

About


Languages

Language:JavaScript 75.7%Language:TypeScript 22.7%Language:Shell 1.6%