UsersGetting startedIntroduction

Introduction to the Users Microservice

The Users Microservice is an important part of our platform. Funnel page makes requests only to this microservice. It manages user sign-ups, log-ins, profile updates, and payments. When the funnel page firstly opens it makes requests to Users microservice

It is built on Django and stores data using PostgreSQL 14. It also connects with other microservices in certain endpoints (very few).