microservice
Projects with this topic
-
Inkuity is a team of Developer which design websites.
Updated -
Shortlink service
Updated -
Get time in ISO format, in UTC timezone, from a simple, modern, lightweight node server
Updated -
Fourth of five required projects for freeCodeCamp's Back End Development and APIs certification: Build an Exercise Tracker.
Updated -
Third of five required projects for freeCodeCamp's Back End Development and APIs certification: Build a URL Shortener Microservice.
Updated -
Second of five required projects for freeCodeCamp's Back End Development and APIs certification: Build a Response Header Parser Microservice. Live: https://fcc-project-response-header-parser-evh.vercel.app/
Updated -
First of five required projects for freeCodeCamp's Back End Development and APIs certification: Build a timestamp microservice. Live: https://fcc-project-timestamp-api.vercel.app/
Updated -
Distributed Lock to execute Mutual Exclusion of a Shared Resource in a Microservice Architecture
Updated -
SaaS Microservice for converting documents to PDFs with Variables, Merging and more
Updated -
NodeJS / TypeScript project. This is the CLI and REST frontend of DRAIG: Database REST Interactive Generator, a microservice-oriented ExpressJS server generator based on OpenAPI definitions using Knex/Objective integration.
Updated -
NodeJS / TypeScript project. Database REST Interfaces Generator is a microservice-oriented ExpressJS server generator based on OpenAPI definitions using Knex/Objective integration to allow complex and flexible DB persistence and querying over supported database vendors of choice
Updated -
The RxAP changelog Service is designed to manage and serve changelogs for Angular applications. It enables the definition of general changelogs applicable across all applications or specific changelogs tailored to individual applications and their versions.
Updated -
-
This project serves as the authentication service for Portfolio.
Updated -
-
-
-
Простой микросервис на Node.js Vanilla и TypeScript. Доступны: главная html-страница, один api адрес, загрузка статического txt-файла, своя 404 страница. Сборка основана на node:20.6-alpine3.18. Весь собранного образа: 184 мегабайта.
Updated -
Updated
-
I developed a Node.js microservice application that parses notifications from Telegram groups using a client. It includes a Telegram client management system, a PostgreSQL database with Prisma.io as the ORM, and deploys with PM2 for production. User authentication is done via OAuth with Google and GitHub. The application features a parsing service, a REST API with Swagger for keyword-based data retrieval, sorting, and filtering. Users can add custom groups, exclude specific ones, and manage their clients.
The project comprises a Node.js microservice for parsing Telegram notifications using a client and storing data in PostgreSQL via Prisma.io. PM2 is used for production deployment. OAuth integration with Google and GitHub handles user authentication. The application includes a parsing service, a REST API with Swagger, and a GraphQL-based administration panel for user interactions. Users can set keywords, retrieve messages, and manage their Telegram clients. Custom group addition and exclusion are supported.
Task: The project's objective is to enable users to retrieve relevant information by associating keywords with their profiles. Messages matching the keywords are retrieved from the database. Users can manage their clients, add custom groups for parsing, and exclude specific groups. The GraphQL-based administration panel serves as the REST API, facilitating user interactions and efficient management.
The project enhances productivity by providing personalized data retrieval, sorting, filtering, and customization options. The administration panel streamlines user interactions, making it easier to manage the application.
Updated