Git Product home page Git Product logo

lamia_auth's Introduction

Lamia

Project with microservice architecture.

Project Overview

Microservices with API Gateway which handles incoming HTTP requests. HTTP requests will be forwarded to these Microservices by gRPC. Additionally, we deal with Authentication, Redis and PostgreSQL.

Architecture

Microservice architecture is an architectural style that structures an application as a collection of small, loosely coupled, and independently deployable services. In this architecture, each service represents a specific business capability and can be developed, deployed, and scaled independently. Services communicate with each other through well-defined APIs, typically over lightweight protocols like HTTP or messaging queues.

gRPC is a high-performance, open-source framework developed by Google for building remote procedure call (RPC) systems. It uses Protocol Buffers (protobuf) as the interface definition language (IDL) for describing the API contract between the client and server. gRPC supports multiple programming languages, including Go, Python, Java, and more.

Prerequisites

  • Git
  • Docker

Getting Started

Repositories:


1. Install git

sudo apt install git-all

2. Pull Lamia EnvDev

git pull https://github.com/erfansahebi/lamia_envdev

In this repo, we have a shell for pulling all Repositories.

3. Pull all Repositories:

chmod +x build.sh
sh build.sh

4. Make Docker Images

make build

5. Set Environments

cp .env.example .env

6. run Docker:

dokcer compose up --build -d

lamia_auth's People

Contributors

erfansahebi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.